Skip to content

Commit 6d5d7b6

Browse files
committed
Release 3.13.0
1 parent 9e5e07b commit 6d5d7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function.
119119
With Leiningen/Boot:
120120

121121
#+BEGIN_SRC clojure
122-
[clj-http "3.12.4"]
122+
[clj-http "3.13.0"]
123123
#+END_SRC
124124

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

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "3.13.0-SNAPSHOT"
1+
(defproject clj-http "3.13.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)