3.0.0 is out

This commit is contained in:
Michael Klishin 2015-07-16 23:37:09 +03:00
parent ec5590fd56
commit 800d02839c

View file

@ -45,14 +45,14 @@ Maven, add the following repository definition to your `pom.xml`:
With Leiningen:
[com.novemberain/monger "3.0.0-rc2"]
[com.novemberain/monger "3.0.0"]
With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>monger</artifactId>
<version>3.0.0-rc2</version>
<version>3.0.0</version>
</dependency>