Skip to content

Commit

Permalink
update dependency in readme, back to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hiredman committed Aug 7, 2015
1 parent 7782480 commit c0a4645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -9,7 +9,7 @@ A Clojure HTTP library similar to
from [Clojars](http://clojars.org/clj-http-lite):

```clojure
[clj-http-lite "0.2.1"]
[clj-http-lite "0.3.0"]
```

## Differences from clj-http
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject clj-http-lite "0.3.0"
(defproject clj-http-lite "0.4.0-SNAPSHOT"
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
:url "https://github.com/hiredman/clj-http-lite/"
:repositories {"sona" "http://oss.sonatype.org/content/repositories/snapshots"}
Expand Down

0 comments on commit c0a4645

Please sign in to comment.