Skip to content

Commit 17bc320

Browse files
committed
v3.6.1
1 parent 141e7db commit 17bc320

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,19 +647,19 @@ All `fmodel` components/libraries are released to [Maven Central](https://repo1.
647647
<dependency>
648648
<groupId>com.fraktalio.fmodel</groupId>
649649
<artifactId>domain</artifactId>
650-
<version>3.6.0</version>
650+
<version>3.6.1</version>
651651
</dependency>
652652
653653
<dependency>
654654
<groupId>com.fraktalio.fmodel</groupId>
655655
<artifactId>application-vanilla</artifactId>
656-
<version>3.6.0</version>
656+
<version>3.6.1</version>
657657
</dependency>
658658
659659
<dependency>
660660
<groupId>com.fraktalio.fmodel</groupId>
661661
<artifactId>application-arrow</artifactId>
662-
<version>3.6.0</version>
662+
<version>3.6.1</version>
663663
</dependency>
664664
```
665665

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
allprojects {
1212
group = "com.fraktalio.fmodel"
13-
version = "3.6.1-SNAPSHOT"
13+
version = "3.6.1"
1414

1515
repositories {
1616
mavenCentral()

0 commit comments

Comments
 (0)