We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c8e81 commit e19b052Copy full SHA for e19b052
README.org
@@ -109,7 +109,7 @@ With Leiningen/Boot:
109
If you want to test out the latest version, a 3.x release is also available.
110
111
#+BEGIN_SRC clojure
112
-[clj-http "3.4.0"]
+[clj-http "3.4.1"]
113
#+END_SRC
114
115
The previous major version is available as:
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-http "3.4.1-SNAPSHOT"
+(defproject clj-http "3.4.1"
2
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
3
:url "https://github.com/dakrone/clj-http/"
4
:license {:name "The MIT License"
0 commit comments