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 2f34bc2 commit 7db6dc5Copy full SHA for 7db6dc5
README.md
@@ -7,7 +7,7 @@ This library is a Rosetta stone for all the byte representations Java has to off
7
### usage
8
9
```clj
10
-[byte-streams "0.2.2"]
+[byte-streams "0.2.3"]
11
```
12
13
### converting types
project.clj
@@ -1,4 +1,4 @@
1
-(defproject byte-streams "0.2.3-alpha1"
+(defproject byte-streams "0.2.3"
2
:description "A simple way to handle the menagerie of Java byte represenations."
3
:license {:name "MIT License"
4
:url "http://opensource.org/licenses/MIT"}
0 commit comments