Skip to content

Commit

Permalink
Bump version to reflect new, backwards-compatible changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewman committed Jan 19, 2010
1 parent 5601f6d commit 1eeda5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"]])
[org.apache.httpcomponents/httpclient "4.0.1"]])

0 comments on commit 1eeda5c

Please sign in to comment.