Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 30, 2012
1 parent 1fa64b6 commit 86134e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 86134e4

Please sign in to comment.