From 9ec411156154f8036501f6f2762958675fac600a Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Tue, 30 Apr 2019 09:27:15 -0600 Subject: [PATCH] Release 3.10.0 --- README.org | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index cf4a187b..13a69ab5 100644 --- a/README.org +++ b/README.org @@ -117,7 +117,7 @@ function. With Leiningen/Boot: #+BEGIN_SRC clojure -[clj-http "3.9.1"] +[clj-http "3.10.0"] #+END_SRC If you need an older version, a 2.x release is also available. diff --git a/project.clj b/project.clj index 1b33fbe8..8e8c2edc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-http "3.10.0-SNAPSHOT" +(defproject clj-http "3.10.0" :description "A Clojure HTTP library wrapping the Apache HttpComponents client." :url "https://github.com/dakrone/clj-http/" :license {:name "The MIT License"