README updates

This commit is contained in:
Michael Klishin 2013-09-25 18:12:12 +04:00
parent 4371e64d86
commit b72968dfb9

View file

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