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

Commit ee6b869

Browse files
committed
Merge pull request #16 from trevorbernard/master
Prepare for release
2 parents 6e4e200 + 2cf8173 commit ee6b869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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.1"]
10+
[org.zeromq/cljzmq "0.1.2"]
1111
```
1212

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

2424
```clj
25-
[org.zeromq/cljzmq "0.1.2-SNAPSHOT"]
25+
[org.zeromq/cljzmq "0.1.3-SNAPSHOT"]
2626
```
2727

2828
## Documentation

0 commit comments

Comments
 (0)