Skip to content

Commit ad51a5f

Browse files
committed
Release 3.3.0
1 parent 4666bee commit ad51a5f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.org

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,19 @@ function.
102102
With Leiningen/Boot:
103103

104104
#+BEGIN_SRC clojure
105-
[clj-http "2.2.0"]
105+
[clj-http "2.3.0"]
106106
#+END_SRC
107107

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

110110
#+BEGIN_SRC clojure
111-
[clj-http "3.2.0"]
111+
[clj-http "3.3.0"]
112112
#+END_SRC
113113

114-
Previous versions available as:
114+
The previous major version is available as:
115115

116116
#+BEGIN_SRC clojure
117-
[clj-http "2.0.1"]
118117
[clj-http "1.1.2"]
119-
[clj-http "1.1.1"]
120-
[clj-http "1.0.1"]
121118
#+END_SRC
122119

123120
clj-http supports clojure 1.6.0 and higher.

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.2.1-SNAPSHOT"
1+
(defproject clj-http "3.3.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)