Skip to content

Commit e8277c1

Browse files
committed
Release 0.2.1
1 parent 5f49ba3 commit e8277c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Clojure HTTP library similar to
99
from [Clojars](http://clojars.org/clj-http-lite):
1010

1111
```clojure
12-
[clj-http-lite "0.2.0"]
12+
[clj-http-lite "0.2.1"]
1313
```
1414

1515
## Differences from clj-http

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http-lite "0.2.1-SNAPSHOT"
1+
(defproject clj-http-lite "0.2.1"
22
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
33
:url "https://github.com/hiredman/clj-http-lite/"
44
:repositories {"sona" "http://oss.sonatype.org/content/repositories/snapshots"}

0 commit comments

Comments
 (0)