Time to bump to 1.0.0-SNAPSHOT

We still need to add more tests & a few minor features to our query DSL,
support authentication and refactor things here and there but the API is
largely locked down and the jigsaw is falling into place.

Per discussion with Alex.
This commit is contained in:
Michael S. Klishin 2011-11-14 15:58:17 +04:00
parent 0536244dce
commit 568efa4efc

View file

@ -1,4 +1,4 @@
(defproject com.novemberain/monger "0.11.0-SNAPSHOT" (defproject com.novemberain/monger "1.0.0-SNAPSHOT"
:description "Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver" :description "Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver"
:license { :name "Eclipse Public License" } :license { :name "Eclipse Public License" }
:dependencies [[org.clojure/clojure "1.3.0"] :dependencies [[org.clojure/clojure "1.3.0"]