This commit is contained in:
Michael S. Klishin 2012-07-10 05:45:49 +04:00
parent 4941ef63ee
commit 5b60c3690e
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
## Changes between 1.0.0-rc1 and 1.1.0-rc2
## Changes between 1.0.0-rc1 and 1.1.0
No changes yet.
No changes.

View file

@ -53,7 +53,7 @@ definition to your `pom.xml`:
With Leiningen:
[com.novemberain/monger "1.0.1"]
[com.novemberain/monger "1.1.0"]
With Maven:
@ -61,7 +61,7 @@ With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>monger</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>

View file

@ -1,4 +1,4 @@
(defproject com.novemberain/monger "1.1.0-SNAPSHOT"
(defproject com.novemberain/monger "1.1.0"
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
:url "http://clojuremongodb.info"
:min-lein-version "2.0.0"