v2.15.0-alpha3
This commit is contained in:
parent
e16c64c4f4
commit
972c637ff4
2 changed files with 2 additions and 2 deletions
|
|
@ -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]?
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue