0.0.5 in README

This commit is contained in:
Chas Emerick 2013-12-11 07:46:15 -05:00
parent e9f1afbb50
commit bfb0fca2e7

View file

@ -14,14 +14,14 @@ Bandalore is available in Maven central. Add it to your Maven project's `pom.xm
<dependency> <dependency>
<groupId>com.cemerick</groupId> <groupId>com.cemerick</groupId>
<artifactId>bandalore</artifactId> <artifactId>bandalore</artifactId>
<version>0.0.4</version> <version>0.0.5</version>
</dependency> </dependency>
``` ```
or your leiningen project.clj: or your leiningen project.clj:
```clojure ```clojure
[com.cemerick/bandalore "0.0.4"] [com.cemerick/bandalore "0.0.5"]
``` ```
Bandalore is compatible with Clojure 1.2.0+. Bandalore is compatible with Clojure 1.2.0+.