Skip to content
This repository was archived by the owner on Jul 24, 2018. It is now read-only.

Commit 84ea415

Browse files
committed
release 0.2.2
1 parent 1404ea9 commit 84ea415

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,13 @@ scheme used (normally 'http' or 'https').
108108
[Clojars](http://clojars.org/clj-http):
109109

110110
```clojure
111-
[clj-http "0.2.1"]
111+
[clj-http "0.2.2"]
112112
```
113113

114114
Previous versions available as
115115

116116
```clojure
117+
[clj-http "0.2.1"]
117118
[clj-http "0.2.0"]
118119
[clj-http "0.1.3"]
119120
```

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.2.2-SNAPSHOT"
1+
(defproject clj-http "0.2.2"
22
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
33
:dependencies [[org.clojure/clojure "1.3.0"]
44
[org.apache.httpcomponents/httpclient "4.1.2"]

0 commit comments

Comments
 (0)