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"