diff --git a/README.md b/README.md index 278615b..1bbbc84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/nippy "1.1.0"] +[com.taoensso/nippy "1.2.0"] ``` # Nippy, a Clojure serialization library @@ -25,7 +25,7 @@ Nippy is an attempt to provide a drop-in, high-performance alternative to the re Depend on Nippy in your `project.clj`: ```clojure -[com.taoensso/nippy "1.1.0"] +[com.taoensso/nippy "1.2.0"] ``` and `require` the library: diff --git a/project.clj b/project.clj index a72f766..4e32b3e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "1.1.0" +(defproject com.taoensso/nippy "1.2.0" :description "Clojure serialization library" :url "https://github.com/ptaoussanis/nippy" :license {:name "Eclipse Public License"}