De-snapshot version

This commit is contained in:
Peter Taoussanis 2012-12-05 15:18:00 +07:00
parent d9e3d354dd
commit 9d1614afeb
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Current [semantic](http://semver.org/) version:
```clojure
[com.taoensso/nippy "1.0.1-SNAPSHOT"]
[com.taoensso/nippy "1.0.1"]
```
# Nippy, a Clojure serialization library
@ -25,7 +25,7 @@ Nippy is an attempt to provide a drop-in, high-performance alternative to the re
Depend on Nippy in your `project.clj`:
```clojure
[com.taoensso/nippy "1.0.1-SNAPSHOT"]
[com.taoensso/nippy "1.0.1"]
```
and `require` the library:

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "1.0.1-SNAPSHOT"
(defproject com.taoensso/nippy "1.0.1"
:description "Clojure serialization library"
:url "https://github.com/ptaoussanis/nippy"
:license {:name "Eclipse Public License"}