We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b5fce commit 9edc05dCopy full SHA for 9edc05d
Readme.md
@@ -61,7 +61,7 @@ The client transparently accepts and decompresses the `gzip` and `deflate` conte
61
`clj-http` is available as a Maven artifact from [Clojars](http://clojars.org/clj-http):
62
63
:dependencies
64
- [[clj-http "0.1.1"] ...]
+ [[clj-http "0.1.2"] ...]
65
66
## Design
67
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-http "0.1.1"
+(defproject clj-http "0.1.2"
2
:description
3
"A Clojure HTTP library wrapping the Apache HttpComponents client."
4
0 commit comments