v2.15.0-alpha2
This commit is contained in:
parent
d7993bb469
commit
bfc65f0970
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.14.0"] ; Stable
|
[com.taoensso/nippy "2.14.0"] ; Stable
|
||||||
[com.taoensso/nippy "2.15.0-alpha1"] ; Dev, see CHANGELOG for details
|
[com.taoensso/nippy "2.15.0-alpha2"] ; Dev, see CHANGELOG for details
|
||||||
```
|
```
|
||||||
|
|
||||||
> Please consider helping to [support my continued open-source Clojure/Script work]?
|
> Please consider helping to [support my continued open-source Clojure/Script work]?
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/nippy "2.15.0-alpha1"
|
(defproject com.taoensso/nippy "2.15.0-alpha2"
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "High-performance serialization library for Clojure"
|
:description "High-performance serialization library for Clojure"
|
||||||
:url "https://github.com/ptaoussanis/nippy"
|
:url "https://github.com/ptaoussanis/nippy"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue