File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments