1.5.0-beta2
This commit is contained in:
parent
6b0f0f8313
commit
6e53b4cba6
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
### Clojure 1.5 By Default
|
### Clojure 1.5 By Default
|
||||||
|
|
||||||
Monger now depends on `org.clojure/clojure` version `1.5.0`. It is still compatible with Clojure 1.3+ and if your `project.clj` depends
|
Monger now depends on `org.clojure/clojure` version `1.5.1`. It is still compatible with Clojure 1.3+ and if your `project.clj` depends
|
||||||
on a different version, it will be used, but 1.5 is the default now.
|
on a different version, it will be used, but 1.5 is the default now.
|
||||||
|
|
||||||
We encourage all users to upgrade to 1.5, it is a drop-in replacement for the majority of projects out there.
|
We encourage all users to upgrade to 1.5, it is a drop-in replacement for the majority of projects out there.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.novemberain/monger "1.5.0-beta2-SNAPSHOT"
|
(defproject com.novemberain/monger "1.5.0-beta2"
|
||||||
: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.0.0"
|
:min-lein-version "2.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue