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 @@ -469,19 +469,19 @@ All `fmodel` components/libraries are released to [Maven Central](https://repo1.
469469 <dependency>
470470 <groupId>com.fraktalio.fmodel</groupId>
471471 <artifactId>domain</artifactId>
472- <version>3.0 .0</version>
472+ <version>3.1 .0</version>
473473 </dependency>
474474
475475 <dependency>
476476 <groupId>com.fraktalio.fmodel</groupId>
477477 <artifactId>application-vanilla</artifactId>
478- <version>3.0 .0</version>
478+ <version>3.1 .0</version>
479479 </dependency>
480480
481481 <dependency>
482482 <groupId>com.fraktalio.fmodel</groupId>
483483 <artifactId>application-arrow</artifactId>
484- <version>3.0 .0</version>
484+ <version>3.1 .0</version>
485485 </dependency>
486486```
487487
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010allprojects {
1111 group = " com.fraktalio.fmodel"
12- version = " 3.0.1-SNAPSHOT "
12+ version = " 3.1.0 "
1313
1414 repositories {
1515 mavenCentral()
You can’t perform that action at this time.
0 commit comments