Skip to content

Commit 3eb835f

Browse files
committed
Release 3.1.0
1 parent 3da50bf commit 3eb835f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ function.
8484
With Leiningen/Boot:
8585

8686
#+BEGIN_SRC clojure
87-
[clj-http "2.1.0"]
87+
[clj-http "2.2.0"]
8888
#+END_SRC
8989

9090
If you want to test out the latest version, a 3.x release is also available.
9191

9292
#+BEGIN_SRC clojure
93-
[clj-http "3.0.1"]
93+
[clj-http "3.1.0"]
9494
#+END_SRC
9595

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