Skip to content

Commit

Permalink
Prep for 0.4.0 release. Update project.clj and readme to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jan 6, 2013
1 parent af69818 commit bc1a1f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions project.clj
@@ -1,8 +1,8 @@
(defproject congomongo
"0.4.0-SNAPSHOT"
:description "clojure-friendly api for MongoDB"
"0.4.0"
:description "Clojure-friendly API for MongoDB"
:url "https://github.com/aboekhoff/congomongo"
:mailing-list {:name "congomongo mailing list"
:mailing-list {:name "CongoMongo mailing list"
:archive "https://groups.google.com/forum/?fromgroups#!forum/congomongo-dev"
:post "congomongo-dev@googlegroups.com"}
:license {:name "MIT License"
Expand Down
10 changes: 3 additions & 7 deletions readme.markdown
Expand Up @@ -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.0-SNAPSHOT (ongoing)
Version 0.4.0 - January 4th, 2012

BREAKING CHANGES IN THIS RELEASE!

Expand Down Expand Up @@ -331,13 +331,9 @@ Install
Leiningen is the recommended way to use congomongo.
If you are using Clojure 1.3.0 or later, just add

[congomongo "0.3.3"]
[congomongo "0.4.0"]

to your project.clj (for the latest stable version) or

[congomongo "0.4.0-SNAPSHOT"]

for the current development version.
to your project.clj (for the latest stable version).

If you are still on Clojure 1.2.x, use congomongo version 0.2.3 instead.

Expand Down

0 comments on commit bc1a1f1

Please sign in to comment.