tweak readme for 0.0.3
This commit is contained in:
parent
47b44e7555
commit
b76312303a
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.2</version>
|
<version>0.0.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
or your leiningen project.clj:
|
or your leiningen project.clj:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.cemerick/bandalore "0.0.2"]
|
[com.cemerick/bandalore "0.0.3"]
|
||||||
```
|
```
|
||||||
|
|
||||||
Bandalore is compatible with Clojure 1.2.0 - 1.4.0.
|
Bandalore is compatible with Clojure 1.2.0 - 1.4.0.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue