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:
|
||||
|
||||
[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>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue