We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f49ba3 commit e8277c1Copy full SHA for e8277c1
Readme.md
@@ -9,7 +9,7 @@ A Clojure HTTP library similar to
9
from [Clojars](http://clojars.org/clj-http-lite):
10
11
```clojure
12
-[clj-http-lite "0.2.0"]
+[clj-http-lite "0.2.1"]
13
```
14
15
## Differences from clj-http
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-http-lite "0.2.1-SNAPSHOT"
+(defproject clj-http-lite "0.2.1"
2
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
3
:url "https://github.com/hiredman/clj-http-lite/"
4
:repositories {"sona" "http://oss.sonatype.org/content/repositories/snapshots"}
0 commit comments