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

Commit 6367417

Browse files
author
Trevor Bernard
committed
Update README.md
1 parent d1ee4e5 commit 6367417

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.3"]
10+
[org.zeromq/cljzmq "0.1.4"]
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.4-SNAPSHOT"]
26+
[org.zeromq/cljzmq "0.1.5-SNAPSHOT"]
2727
```
2828

2929
## Documentation

0 commit comments

Comments
 (0)