0.11.0-SNAPSHOT is now available from clojars

This commit is contained in:
Michael Klishin 2011-10-13 18:13:42 +04:00
parent be4c88f7d4
commit e5a67724a0

View file

@ -20,7 +20,7 @@ Snapshot artifacts are [released to Clojars](https://clojars.org/com.novemberain
With Leiningen: With Leiningen:
[com.novemberain/monger "0.10.0-SNAPSHOT"] [com.novemberain/monger "0.11.0-SNAPSHOT"]
With Maven: With Maven:
@ -28,7 +28,7 @@ With Maven:
<dependency> <dependency>
<groupId>com.novemberain</groupId> <groupId>com.novemberain</groupId>
<artifactId>monger</artifactId> <artifactId>monger</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
</dependency> </dependency>