Skip to content

Commit a48ff90

Browse files
author
deep-learning-dynamo
committed
updated version
1 parent 2b9cad9 commit a48ff90

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Maven:
3939
<dependency>
4040
<groupId>dev.ai4j</groupId>
4141
<artifactId>ai4j</artifactId>
42-
<version>0.2.0</version>
42+
<version>0.2.1</version>
4343
</dependency>
4444
```
4545

4646
Gradle:
4747
```
48-
implementation 'dev.ai4j:ai4j:0.2.0'
48+
implementation 'dev.ai4j:ai4j:0.2.1'
4949
```
5050

5151
## See code examples

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.ai4j</groupId>
88
<artifactId>examples</artifactId>
9-
<version>0.2.1</version>
9+
<version>0.3.0-RELEASE</version>
1010

1111
<properties>
1212
<maven.compiler.source>17</maven.compiler.source>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>dev.ai4j</groupId>
2121
<artifactId>ai4j</artifactId>
22-
<version>0.2.1</version>
22+
<version>0.3.0-RELEASE</version>
2323
</dependency>
2424

2525
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.ai4j</groupId>
88
<artifactId>ai4j</artifactId>
9-
<version>0.2.1</version>
9+
<version>0.3.0-RELEASE</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ai4j</name>

0 commit comments

Comments
 (0)