tweak readme for 0.0.3

This commit is contained in:
Chas Emerick 2012-10-02 08:32:36 -04:00
parent 47b44e7555
commit b76312303a

View file

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