Skip to content

Commit 3b9b25f

Browse files
authored
Update README.md
1 parent e35102e commit 3b9b25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Java implementation of algorithms from [Russell](http://www.cs.berkeley.edu/~rus
77
* [Demo Applications that can be run from your browser](http://aimacode.github.io/aima-java/aima3e/aima3ejavademos.html).
88
* [Comments on architecture and design] (https://github.com/aimacode/aima-java/wiki/AIMA3e-Architecture-%26-Design).
99
* [Javadoc for the aima-core project](http://aimacode.github.io/aima-java/aima3e/javadoc/aima-core/index.html).
10-
* [Download the latest official version = 1.8.1 (Mar 15 2015)](https://github.com/aimacode/aima-java/releases/tag/aima3e-v1.8.1).
10+
* [Download the latest official version = 1.9.0 (Dec 18 2016)](https://github.com/aimacode/aima-java/releases/tag/aima3e-v1.9.0).
1111
* Latest Maven Information (for integration as a third party library)<br>
1212

1313
```
1414
<dependency>
1515
<groupId>com.googlecode.aima-java</groupId>
1616
<artifactId>aima-core</artifactId>
17-
<version>0.11.1</version>
17+
<version>0.12.0</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)