diff --git a/README.md b/README.md index 174e857..647d386 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ encoders. ## Usage ```clojure -[cheshire "5.10.1"] +[cheshire "5.10.2"] -;; Cheshire v5.10.0 uses Jackson 2.10.2 +;; Cheshire v5.10.2 uses Jackson 2.12.4 ;; In your ns statement: (ns my.ns diff --git a/project.clj b/project.clj index d36cf24..8514c38 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cheshire "5.10.2-SNAPSHOT" +(defproject cheshire "5.10.2" :description "JSON and JSON SMILE encoding, fast." :url "https://github.com/dakrone/cheshire" :license {:name "The MIT License"