3.1.0 is out

This commit is contained in:
Michael Klishin 2016-09-17 03:29:39 +03:00
parent 7721c83ccf
commit 0f2a44179d
No known key found for this signature in database
GPG key ID: E80EDCFA0CDB21EE

View file

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