From 8c2e8cbdeaeb1e98f656ee3287930f10f3d893d7 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Fri, 17 May 2013 12:47:49 -0600 Subject: [PATCH] bump version and update readme --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2899fa05..1b9d28af 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ encoders. ## Usage ```clojure -[cheshire "5.1.1"] +[cheshire "5.1.2"] -;; Cheshire v5.1.1 uses Jackson 2.1.4 +;; Cheshire v5.1.2 uses Jackson 2.2.1 ;; In your ns statement: (ns my.ns diff --git a/project.clj b/project.clj index 678c1432..9ee7665d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cheshire "5.1.2" +(defproject cheshire "5.1.3-SNAPSHOT" :description "JSON and JSON SMILE encoding, fast." :url "https://github.com/dakrone/cheshire" :license {:name "The MIT License"