This commit is contained in:
Chas Emerick 2014-09-09 07:57:14 -04:00
parent daffed7bcc
commit 42751b891a

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.5</version>
<version>0.0.6</version>
</dependency>
```
or your leiningen project.clj:
```clojure
[com.cemerick/bandalore "0.0.5"]
[com.cemerick/bandalore "0.0.6"]
```
Bandalore is compatible with Clojure 1.2.0+.