Skip to content

Commit 0026fb9

Browse files
committed
Release 0.2.5
1 parent 51916e7 commit 0026fb9

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
@@ -10,8 +10,8 @@ This library is a Rosetta stone for all the byte representations Java has to off
1010

1111
### Usage
1212

13-
[byte-streams "0.2.4"]
1413
```clojure
14+
[byte-streams "0.2.5"]
1515
```
1616

1717
### Converting types

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-commons/byte-streams (or (System/getenv "version") "0.2.5-alpha")
1+
(defproject clj-commons/byte-streams (or (System/getenv "version") "0.2.5")
22
:description "A simple way to handle the menagerie of Java byte representations."
33
:license {:name "MIT License"
44
:url "http://opensource.org/licenses/MIT"}

0 commit comments

Comments
 (0)