v2.15.0-alpha2

This commit is contained in:
Peter Taoussanis 2018-09-15 12:01:07 +02:00
parent d7993bb469
commit bfc65f0970
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
```clojure
[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]?

View file

@ -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>"
:description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy"