diff --git a/README.md b/README.md index c8eb884..b451136 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/nippy "1.0.0"] +[com.taoensso/nippy "1.0.1-SNAPSHOT"] ``` # 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.0.0"] +[com.taoensso/nippy "1.0.1-SNAPSHOT"] ``` and `require` the library: diff --git a/project.clj b/project.clj index f017dc7..94218d8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "1.0.0" +(defproject com.taoensso/nippy "1.0.1-SNAPSHOT" :description "Clojure serialization library" :url "https://github.com/ptaoussanis/nippy" :license {:name "Eclipse Public License"} @@ -11,4 +11,4 @@ :test {:dependencies []}} :aliases {"test-all" ["with-profile" "test,1.3:test,1.4:test,1.5" "test"]} :min-lein-version "2.0.0" - :warn-on-reflection true) \ No newline at end of file + :warn-on-reflection true)