0.0.5 in README
This commit is contained in:
parent
e9f1afbb50
commit
bfb0fca2e7
1 changed files with 2 additions and 2 deletions
|
|
@ -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+.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue