Bump version (minor)
This commit is contained in:
parent
038ecc9abc
commit
731fb4cd22
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Current [semantic](http://semver.org/) version:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/nippy "0.10.1"]
|
||||
[com.taoensso/nippy "0.10.2"]
|
||||
```
|
||||
|
||||
**Breaking changes** since _0.9.x_:
|
||||
|
|
@ -40,7 +40,7 @@ Nippy uses [Snappy](http://code.google.com/p/snappy-java/) which currently has a
|
|||
Depend on Nippy in your `project.clj`:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/nippy "0.10.1"]
|
||||
[com.taoensso/nippy "0.10.2"]
|
||||
```
|
||||
|
||||
and `require` the library:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/nippy "0.10.1"
|
||||
(defproject com.taoensso/nippy "0.10.2"
|
||||
:description "Simple, high-performance Clojure serialization library."
|
||||
:url "https://github.com/ptaoussanis/nippy"
|
||||
:license {:name "Eclipse Public License"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue