Skip to content

Commit 5aeed2a

Browse files
committed
Update readme for new release
1 parent 18fcb01 commit 5aeed2a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.org

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
#+LANGUAGE: en
99

1010
* Table of Contents :TOC:
11+
- [[#help-wanted][HELP WANTED]]
1112
- [[#introduction][Introduction]]
1213
- [[#overview][Overview]]
13-
- [[#philosophy-][Philosophy ]]
14+
- [[#philosophy][Philosophy]]
1415
- [[#installation][Installation]]
16+
- [[#towards-a-300-release-new][Towards a 3.0.0 release (NEW)]]
1517
- [[#quickstart][Quickstart]]
1618
- [[#head][HEAD]]
1719
- [[#get][GET]]
@@ -22,7 +24,7 @@
2224
- [[#headers][Headers]]
2325
- [[#meta-tag-headers][Meta Tag Headers]]
2426
- [[#link-headers][Link Headers]]
25-
- [[#redirects-][Redirects ]]
27+
- [[#redirects][Redirects]]
2628
- [[#cookies][Cookies]]
2729
- [[#exceptions][Exceptions]]
2830
- [[#decompression][Decompression]]
@@ -82,18 +84,19 @@ function.
8284
With Leiningen/Boot:
8385

8486
#+BEGIN_SRC clojure
85-
[clj-http "2.0.1"]
87+
[clj-http "2.1.0"]
8688
#+END_SRC
8789

8890
Previous versions available as:
8991

9092
#+BEGIN_SRC clojure
93+
[clj-http "2.0.1"]
9194
[clj-http "1.1.2"]
9295
[clj-http "1.1.1"]
9396
[clj-http "1.0.1"]
9497
#+END_SRC
9598

96-
clj-http supports clojure 1.5.0 and higher.
99+
clj-http supports clojure 1.6.0 and higher.
97100

98101
* Towards a 3.0.0 release (NEW)
99102
So there is a 2.0 branch which is based on the latest released version of

0 commit comments

Comments
 (0)