Skip to content

Commit d17c19a

Browse files
committed
Release 2.2.0
1 parent 6c314cc commit d17c19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function.
7373
With Leiningen/Boot:
7474

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

7979
Previous versions available as:

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.1-SNAPSHOT"
1+
(defproject clj-http "2.2.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)