Monger 1.0.1 is out

This commit is contained in:
Michael S. Klishin 2012-07-02 16:03:46 +04:00
parent 21d7481f42
commit 4ed580a906

View file

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