Skip to content

Commit 1e5e433

Browse files
committed
Release 3.6.0
1 parent 8db92df commit 1e5e433

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
@@ -107,7 +107,7 @@ function.
107107
With Leiningen/Boot:
108108

109109
#+BEGIN_SRC clojure
110-
[clj-http "3.5.0"]
110+
[clj-http "3.6.0"]
111111
#+END_SRC
112112

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