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

Commit 22acce6

Browse files
author
Trevor Bernard
committed
Release version 0.1.3
1 parent 898f0ba commit 22acce6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2"]
10+
[org.zeromq/cljzmq "0.1.3"]
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.3-SNAPSHOT"]
25+
[org.zeromq/cljzmq "0.1.4-SNAPSHOT"]
2626
```
2727

2828
## Documentation

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.zeromq/cljzmq "0.1.3-SNAPSHOT"
1+
(defproject org.zeromq/cljzmq "0.1.3"
22
:description "Clojure binding for ØMQ"
33
:url "https://github.com/zeromq/cljzmq"
44
:license {:name "LGPLv3+"

0 commit comments

Comments
 (0)