3.5.0
This commit is contained in:
parent
3a94b2a805
commit
a3f6982a61
2 changed files with 3 additions and 3 deletions
|
|
@ -50,14 +50,14 @@ Maven, add the following repository definition to your `pom.xml`:
|
||||||
|
|
||||||
With Leiningen:
|
With Leiningen:
|
||||||
|
|
||||||
[com.novemberain/monger "3.5.0-rc1"]
|
[com.novemberain/monger "3.5.0"]
|
||||||
|
|
||||||
With Maven:
|
With Maven:
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.novemberain</groupId>
|
<groupId>com.novemberain</groupId>
|
||||||
<artifactId>monger</artifactId>
|
<artifactId>monger</artifactId>
|
||||||
<version>3.5.0-rc1</version>
|
<version>3.5.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
|
||||||
:url "http://clojuremongodb.info"
|
:url "http://clojuremongodb.info"
|
||||||
:min-lein-version "2.5.1"
|
:min-lein-version "2.5.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue