From 66e010d044929650a754d426b2da4a68a9fad3b6 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Mon, 24 Jan 2022 09:59:16 -0700 Subject: [PATCH] Release 5.10.2 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"