Skip to content

Commit

Permalink
Release 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Sep 19, 2023
1 parent 0cf6fad commit ee11720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ encoders.
## Usage

```clojure
[cheshire "5.11.0"]
[cheshire "5.12.0"]

;; Cheshire v5.11.0 uses Jackson 2.13.3
;; Cheshire v5.12.0 uses Jackson 2.15.2

;; In your ns statement:
(ns my.ns
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cheshire "5.11.1-SNAPSHOT"
(defproject cheshire "5.12.0"
:description "JSON and JSON SMILE encoding, fast."
:url "https://github.com/dakrone/cheshire"
:license {:name "The MIT License"
Expand Down

0 comments on commit ee11720

Please sign in to comment.