Skip to content

Commit

Permalink
Release v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
neotyk committed Dec 30, 2011
1 parent 6093790 commit 8d41d58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs.org
Expand Up @@ -11,7 +11,7 @@
(defproject your-project "1.0.0-SNAPSHOT"
:description "Your project description"
:dependencies [[org.clojure/clojure "1.3.0"]
[http.async.client "0.4.0-SNAPSHOT"]])
[http.async.client "0.4.0"]])
#+END_SRC
Make sure that your project depends on at least 1.3.0 Clojure as
*http.async.client* will not run in earlier versions.
Expand Down
2 changes: 1 addition & 1 deletion index.org
Expand Up @@ -12,7 +12,7 @@
(defproject your-project "1.0.0-SNAPSHOT"
:description "Your project description"
:dependencies [[org.clojure/clojure "1.3.0"]
[http.async.client "0.4.0-SNAPSHOT"]])
[http.async.client "0.4.0"]])
#+END_SRC

Require:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject http.async.client "0.4.0-SNAPSHOT"
(defproject http.async.client "0.4.0"
:name "http.async.client"
:description "Asynchronous HTTP Client for Clojure"
:url "http://neotyk.github.com/http.async.client/"
Expand Down

0 comments on commit 8d41d58

Please sign in to comment.