diff --git a/README.md b/README.md index 647d386..23c7b0b 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ encoders. ## Usage ```clojure -[cheshire "5.10.2"] +[cheshire "5.11.0"] -;; Cheshire v5.10.2 uses Jackson 2.12.4 +;; Cheshire v5.11.0 uses Jackson 2.13.3 ;; In your ns statement: (ns my.ns diff --git a/project.clj b/project.clj index 0effe51..a77aba6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cheshire "5.10.3-SNAPSHOT" +(defproject cheshire "5.11.0" :description "JSON and JSON SMILE encoding, fast." :url "https://github.com/dakrone/cheshire" :license {:name "The MIT License"