Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Aug 16, 2010
1 parent 9690859 commit dc2182a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The client transparently accepts and decompresses the `gzip` and `deflate` conte
`clj-http` is available as a Maven artifact from [Clojars](http://clojars.org/clj-http):

:dependencies
[[clj-http "0.1.0-SNAPSHOT"] ...]
[[clj-http "0.1.0"] ...]

## Design

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-http "0.1.0-SNAPSHOT"
(defproject clj-http "0.1.0"
:description
"A Clojure HTTP library wrapping the Apache HttpComponents client."
:dependencies
Expand Down

0 comments on commit dc2182a

Please sign in to comment.