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:
parent
0536244dce
commit
568efa4efc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
:license { :name "Eclipse Public License" }
|
||||
:dependencies [[org.clojure/clojure "1.3.0"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue