diff --git a/README.md b/README.md index f588a672..47ec4e5e 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ encoders. ## Usage ```clojure -[cheshire "4.0.1"] +[cheshire "4.0.2"] -;; Cheshire v4.0.1 uses Jackson 2.0.4 +;; Cheshire v4.0.2 uses Jackson 2.0.5 ;; In your ns statement: (ns myns diff --git a/project.clj b/project.clj index 67795081..036900da 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cheshire "4.0.2-SNAPSHOT" +(defproject cheshire "4.0.2" :description "JSON and JSON SMILE encoding, fast." :url "https://github.com/dakrone/cheshire" :warn-on-reflection false