From 93301850faa3906051b58da3185f37cc4faaaac8 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 5 Feb 2013 20:42:31 +0700 Subject: [PATCH] Bump version (1.1.0) --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e69d4d4..8d81842 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/nippy "1.1.0-beta2"] +[com.taoensso/nippy "1.1.0"] ``` # 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.1.0-beta2"] +[com.taoensso/nippy "1.1.0"] ``` and `require` the library: diff --git a/project.clj b/project.clj index 6e88198..a72f766 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "1.1.0-beta3" +(defproject com.taoensso/nippy "1.1.0" :description "Clojure serialization library" :url "https://github.com/ptaoussanis/nippy" :license {:name "Eclipse Public License"}