1.5.0-beta3
This commit is contained in:
parent
1755c977ba
commit
7e090f45d9
2 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ definition to your `pom.xml`:
|
|||
|
||||
With Leiningen:
|
||||
|
||||
[com.novemberain/monger "1.4.2"]
|
||||
[com.novemberain/monger "1.5.0-beta3"]
|
||||
|
||||
|
||||
With Maven:
|
||||
|
|
@ -60,7 +60,7 @@ With Maven:
|
|||
<dependency>
|
||||
<groupId>com.novemberain</groupId>
|
||||
<artifactId>monger</artifactId>
|
||||
<version>1.4.2</version>
|
||||
<version>1.5.0-beta3</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.novemberain/monger "1.5.0-beta3-SNAPSHOT"
|
||||
(defproject com.novemberain/monger "1.5.0-beta3"
|
||||
: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.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue