Skip to content

Commit 30950cd

Browse files
committed
Release 3.13.1
1 parent b07de01 commit 30950cd

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
@@ -119,7 +119,7 @@ function.
119119
With Leiningen/Boot:
120120

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

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