Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit c0475a2

Browse files
committed
Issue #44 - Prepare release
1 parent 67f8300 commit c0475a2

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
@@ -7,7 +7,7 @@ Clojure bindings for ØMQ.
77
## Installation
88

99
```clj
10-
[org.zeromq/cljzmq "0.1.4"]
10+
[org.zeromq/cljzmq "0.1.5"]
1111
```
1212
(see [FAQ](https://github.com/zeromq/cljzmq/wiki/FAQ) for how to make it work with jeromq)
1313

@@ -23,7 +23,7 @@ To use the latest and greatest snapshot, add the OSS Sonatype repository to your
2323
Add the following dependency to your `project.clj` file:
2424

2525
```clj
26-
[org.zeromq/cljzmq "0.1.5-SNAPSHOT"]
26+
[org.zeromq/cljzmq "0.1.6-SNAPSHOT"]
2727
```
2828

2929
## Documentation
@@ -39,7 +39,7 @@ YourKit is kindly supporting ZeroMQ project with its full-featured [Java Profile
3939

4040
## License
4141

42-
Copyright © 2013-2015 Contributors as noted in the AUTHORS.md file
42+
Copyright © 2013-2016 Contributors as noted in the AUTHORS.md file
4343

4444
This is free software; you can redistribute it and/or modify it under the terms
4545
of the GNU Lesser General Public License as published by the Free Software

0 commit comments

Comments
 (0)