From 1eeda5c27813113ac2b9e75e1a7e52b7a43c4320 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Mon, 18 Jan 2010 22:41:45 -0800 Subject: [PATCH] Bump version to reflect new, backwards-compatible changes. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 54109a7..75b4bf8 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject com.twinql.clojure/clj-apache-http "1.0" +(defproject com.twinql.clojure/clj-apache-http "1.1.0" :description "Clojure HTTP library using the Apache HttpClient." :dependencies [[org.apache.httpcomponents/httpcore "4.0.1"] [org.apache.httpcomponents/httpmime "4.0.1"] [commons-logging/commons-logging "1.1.1"] - [org.apache.httpcomponents/httpclient "4.0.1"]]) \ No newline at end of file + [org.apache.httpcomponents/httpclient "4.0.1"]])