Update README

This commit is contained in:
Michael S. Klishin 2012-07-25 12:47:41 +04:00
parent 0ce67ad3d6
commit d4d7bc5d33

View file

@ -53,7 +53,7 @@ definition to your `pom.xml`:
With Leiningen: With Leiningen:
[com.novemberain/monger "1.1.1"] [com.novemberain/monger "1.1.2"]
With Maven: With Maven:
@ -61,7 +61,7 @@ With Maven:
<dependency> <dependency>
<groupId>com.novemberain</groupId> <groupId>com.novemberain</groupId>
<artifactId>monger</artifactId> <artifactId>monger</artifactId>
<version>1.1.1</version> <version>1.1.2</version>
</dependency> </dependency>