Skip to content

Commit e19b052

Browse files
committed
Release 3.4.1
1 parent 02c8e81 commit e19b052

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
@@ -109,7 +109,7 @@ With Leiningen/Boot:
109109
If you want to test out the latest version, a 3.x release is also available.
110110

111111
#+BEGIN_SRC clojure
112-
[clj-http "3.4.0"]
112+
[clj-http "3.4.1"]
113113
#+END_SRC
114114

115115
The previous major version is 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.4.1-SNAPSHOT"
1+
(defproject clj-http "3.4.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)