Bump version (fix)
This commit is contained in:
parent
c2c46167ec
commit
52ebdada10
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
:warn-on-reflection true)
|
||||
|
|
|
|||
Loading…
Reference in a new issue