README: mark v2.14.0 as stable
This commit is contained in:
parent
b3a78fa30e
commit
4448d2f2ab
1 changed files with 2 additions and 3 deletions
|
|
@ -4,8 +4,7 @@
|
||||||
**[CHANGELOG]** | [API] | current [Break Version]:
|
**[CHANGELOG]** | [API] | current [Break Version]:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.13.0"] ; Mature (most stable)
|
[com.taoensso/nippy "2.14.0"] ; Stable, see CHANGELOG for details
|
||||||
[com.taoensso/nippy "2.14.0"] ; Latest (please 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]?
|
||||||
|
|
@ -39,7 +38,7 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ
|
||||||
Add the necessary dependency to your project:
|
Add the necessary dependency to your project:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.13.0"]
|
[com.taoensso/nippy "2.14.0"]
|
||||||
```
|
```
|
||||||
|
|
||||||
And setup your namespace imports:
|
And setup your namespace imports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue