Update README

This commit is contained in:
Michael Klishin 2014-01-11 14:20:59 +04:00
parent 776f33a83e
commit 131437d28f

View file

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