v2.15.0-alpha3

This commit is contained in:
Peter Taoussanis 2018-09-23 19:39:59 +02:00
parent e16c64c4f4
commit 972c637ff4
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-alpha2"] ; Dev, see CHANGELOG for details
[com.taoensso/nippy "2.15.0-alpha3"] ; 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-alpha2"
(defproject com.taoensso/nippy "2.15.0-alpha3"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy"