Skip to content

Commit 9edc05d

Browse files
committed
0.1.2
1 parent 85b5fce commit 9edc05d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The client transparently accepts and decompresses the `gzip` and `deflate` conte
6161
`clj-http` is available as a Maven artifact from [Clojars](http://clojars.org/clj-http):
6262

6363
:dependencies
64-
[[clj-http "0.1.1"] ...]
64+
[[clj-http "0.1.2"] ...]
6565

6666
## Design
6767

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "0.1.1"
1+
(defproject clj-http "0.1.2"
22
:description
33
"A Clojure HTTP library wrapping the Apache HttpComponents client."
44
:dependencies

0 commit comments

Comments
 (0)