We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77bdc0 commit b25f8ccCopy full SHA for b25f8cc
2 files changed
README.md
@@ -9,7 +9,7 @@ web applications.
9
10
To install, add the following to your project `:dependencies`:
11
12
- [ring/ring-codec "1.1.1"]
+ [ring/ring-codec "1.1.2"]
13
14
## Documentation
15
project.clj
@@ -1,4 +1,4 @@
1
-(defproject ring/ring-codec "1.1.1"
+(defproject ring/ring-codec "1.1.2"
2
:description "Library for encoding and decoding data"
3
:url "https://github.com/ring-clojure/ring-codec"
4
:license {:name "The MIT License"
0 commit comments