From a1676c80635281130dd60ef5f8637839d0c25747 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sun, 20 Jan 2013 17:16:03 +0700 Subject: [PATCH] Bump version (1.1.0-beta2) --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 561ae8d..e69d4d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/nippy "1.0.1"] +[com.taoensso/nippy "1.1.0-beta2"] ``` # 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"] +[com.taoensso/nippy "1.1.0-beta2"] ``` and `require` the library: diff --git a/project.clj b/project.clj index 09184ed..fd30d1d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "1.0.1" +(defproject com.taoensso/nippy "1.1.0-beta2" :description "Clojure serialization library" :url "https://github.com/ptaoussanis/nippy" :license {:name "Eclipse Public License"}