Skip to content

Commit 9ec4111

Browse files
committed
Release 3.10.0
1 parent 537738d commit 9ec4111

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
@@ -117,7 +117,7 @@ function.
117117
With Leiningen/Boot:
118118

119119
#+BEGIN_SRC clojure
120-
[clj-http "3.9.1"]
120+
[clj-http "3.10.0"]
121121
#+END_SRC
122122

123123
If you need an older version, a 2.x release is also available.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "3.10.0-SNAPSHOT"
1+
(defproject clj-http "3.10.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)