This commit is contained in:
Michael Klishin 2018-12-08 22:54:23 +03:00
parent 3a94b2a805
commit a3f6982a61
No known key found for this signature in database
GPG key ID: 2C0DA45F4F944489
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,4 +1,4 @@
(defproject com.novemberain/monger "3.5.0-SNAPSHOT"
(defproject com.novemberain/monger "3.5.0"
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
:url "http://clojuremongodb.info"
:min-lein-version "2.5.1"