Skip to content

Commit 5177edb

Browse files
committed
mark 0.2.1
1 parent abc850b commit 5177edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
(defproject byte-streams "0.2.1-alpha4"
1+
(defproject byte-streams "0.2.1"
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"}
5-
:dependencies [[primitive-math "0.1.4"]
5+
:dependencies [[primitive-math "0.1.5"]
66
[clj-tuple "0.2.2"]
77
[manifold "0.1.2"]]
88
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]

0 commit comments

Comments
 (0)