Skip to content

Commit 7db6dc5

Browse files
committed
mark 0.2.3
1 parent 2f34bc2 commit 7db6dc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2"]
10+
[byte-streams "0.2.3"]
1111
```
1212

1313
### converting types

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject byte-streams "0.2.3-alpha1"
1+
(defproject byte-streams "0.2.3"
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"}

0 commit comments

Comments
 (0)