We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51916e7 commit 0026fb9Copy full SHA for 0026fb9
README.md
@@ -10,8 +10,8 @@ This library is a Rosetta stone for all the byte representations Java has to off
10
11
### Usage
12
13
-[byte-streams "0.2.4"]
14
```clojure
+[byte-streams "0.2.5"]
15
```
16
17
### Converting types
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-commons/byte-streams (or (System/getenv "version") "0.2.5-alpha")
+(defproject clj-commons/byte-streams (or (System/getenv "version") "0.2.5")
2
:description "A simple way to handle the menagerie of Java byte representations."
3
:license {:name "MIT License"
4
:url "http://opensource.org/licenses/MIT"}
0 commit comments