File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4646Gradle:
4747```
48- implementation 'dev.ai4j:ai4j:0.2.0 '
48+ implementation 'dev.ai4j:ai4j:0.2.1 '
4949```
5050
5151## See code examples
Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments