diff --git a/project.clj b/project.clj index 9d9dbf1..04220e2 100755 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject congomongo - "0.4.1-SNAPSHOT" + "0.4.1" :description "Clojure-friendly API for MongoDB" :url "https://github.com/aboekhoff/congomongo" :mailing-list {:name "CongoMongo mailing list" diff --git a/readme.markdown b/readme.markdown index 4a819a5..9e51c6e 100755 --- a/readme.markdown +++ b/readme.markdown @@ -9,7 +9,7 @@ For Clojure 1.2.1 and earlier, use CongoMongo 0.2.3 or earlier. CongoMongo 0.2.3 News -------------- -Version 0.4.1-SNAPSHOT (ongoing) +Version 0.4.1 - March 14th, 2013 * read preference supported (per-connection, per-collection, per-fetch (#122 niclasmeier) * add-index! supports :background true/false (#121 dwwoelfel) @@ -359,7 +359,7 @@ Install Leiningen is the recommended way to use congomongo. If you are using Clojure 1.3.0 or later, just add - [congomongo "0.4.0"] + [congomongo "0.4.1"] to your project.clj (for the latest stable version).