File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010
1111allprojects {
1212 group = " com.fraktalio.fmodel"
13- version = " 3.6.1-SNAPSHOT "
13+ version = " 3.6.1"
1414
1515 repositories {
1616 mavenCentral()
You can’t perform that action at this time.
0 commit comments