Skip to content

Commit

Permalink
bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed May 17, 2013
1 parent a609fa8 commit 8c2e8cb
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 @@ -38,9 +38,9 @@ encoders.
## Usage

```clojure
[cheshire "5.1.1"]
[cheshire "5.1.2"]

;; Cheshire v5.1.1 uses Jackson 2.1.4
;; Cheshire v5.1.2 uses Jackson 2.2.1

;; 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.1.2"
(defproject cheshire "5.1.3-SNAPSHOT"
:description "JSON and JSON SMILE encoding, fast."
:url "https://github.com/dakrone/cheshire"
:license {:name "The MIT License"
Expand Down

0 comments on commit 8c2e8cb

Please sign in to comment.