Skip to content

Commit cdf70c9

Browse files
committed
Update README for release 0.1.5
1 parent 11429c1 commit cdf70c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ See the examples and the on-line monad tutorials:
2323

2424
## Releases and dependency information
2525

26-
Latest stable release: 0.1.4
26+
Latest stable release: 0.1.5
2727

2828
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22algo.monads%22)
2929

3030
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~algo.monads~~~)
3131

3232
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
3333

34-
[org.clojure/algo.monads "0.1.4"]
34+
[org.clojure/algo.monads "0.1.5"]
3535

3636
[Maven](http://maven.apache.org/) dependency information:
3737

3838
<dependency>
3939
<groupId>org.clojure</groupId>
4040
<artifactId>algo.monads</artifactId>
41-
<version>0.1.4</version>
41+
<version>0.1.5</version>
4242
</dependency>
4343

4444

0 commit comments

Comments
 (0)