From 568efa4efc55654fb55024cbb4a7d514f8b459f1 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Mon, 14 Nov 2011 15:58:17 +0400 Subject: [PATCH] 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. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3338531..da203ec 100644 --- a/project.clj +++ b/project.clj @@ -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"]