Skip to content

Commit 82e5aa9

Browse files
committed
Release 2.1.0
1 parent 3192a14 commit 82e5aa9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.org

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,19 @@ function.
7373
With Leiningen/Boot:
7474

7575
#+BEGIN_SRC clojure
76-
[clj-http "2.0.1"]
76+
[clj-http "2.1.0"]
7777
#+END_SRC
7878

7979
Previous versions available as:
8080

8181
#+BEGIN_SRC clojure
82+
[clj-http "2.0.1"]
8283
[clj-http "1.1.2"]
8384
[clj-http "1.1.1"]
8485
[clj-http "1.0.1"]
8586
#+END_SRC
8687

87-
clj-http supports clojure 1.5.0 and higher.
88+
clj-http supports clojure 1.6.0 and higher.
8889

8990
* Quickstart
9091

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "2.1.0-SNAPSHOT"
1+
(defproject clj-http "2.1.0"
22
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
33
:url "https://github.com/dakrone/clj-http/"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)