Bump version (minor)

This commit is contained in:
Peter Taoussanis 2012-09-30 13:54:20 +07:00
parent 855da270d1
commit 20831c03a1
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Current [semantic](http://semver.org/) version:
```clojure
[com.taoensso/nippy "0.10.3"]
[com.taoensso/nippy "0.10.4"]
```
**Breaking changes** since _0.9.x_:
@ -36,7 +36,7 @@ lein2 all test
Depend on Nippy in your `project.clj`:
```clojure
[com.taoensso/nippy "0.10.3"]
[com.taoensso/nippy "0.10.4"]
```
and `require` the library:

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "0.10.3"
(defproject com.taoensso/nippy "0.10.4"
:description "Simple, high-performance Clojure serialization library."
:url "https://github.com/ptaoussanis/nippy"
:license {:name "Eclipse Public License"}