Skip to content

Commit 3f88780

Browse files
committed
mark 0.2.4
1 parent 6d5dc09 commit 3f88780

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This library is a Rosetta stone for all the byte representations Java has to off
77
### usage
88

99
```clj
10-
[byte-streams "0.2.3"]
10+
[byte-streams "0.2.4"]
1111
```
1212

1313
### converting types

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(defproject byte-streams "0.2.4-alpha4"
1+
(defproject byte-streams "0.2.4"
22
:description "A simple way to handle the menagerie of Java byte represenations."
33
:license {:name "MIT License"
44
:url "http://opensource.org/licenses/MIT"}
55
:dependencies [[primitive-math "0.1.6"]
66
[clj-tuple "0.2.2"]
7-
[manifold "0.1.7-alpha5"]]
7+
[manifold "0.1.8"]]
88
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
99
[org.clojure/test.check "0.9.0"]
1010
[rhizome "0.2.9"]

0 commit comments

Comments
 (0)