Skip to content

Commit

Permalink
[release] v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smee committed Nov 22, 2018
1 parent 0f90a4e commit ff821d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ definition to your `pom.xml`:
With [Leiningen](http://leiningen.org):

``` clojure
[smee/binary "0.5.3"]
[smee/binary "0.5.4"]
```

With Maven:
Expand All @@ -32,7 +32,7 @@ With Maven:
<dependency>
<groupId>smee</groupId>
<artifactId>binary</artifactId>
<version>0.5.3</version>
<version>0.5.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject smee/binary "0.5.4-SNAPSHOT"
(defproject smee/binary "0.5.4"
:description "DSL for binary I/O using java's stream apis."
:url "http://github.com/smee/binary"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit ff821d2

Please sign in to comment.