push to clojars

This commit is contained in:
Adam Wynne 2012-11-01 16:37:29 +00:00
parent d99086a134
commit 4c3b76c526
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ This is an up-to-date twitter API wrapper that is based on the clojure http.asyn
Just add the following to your project.clj file in the _dependencies_ section:
```
[twitter-api "0.6.11"]
[twitter-api "0.6.12"]
```
## Examples

View file

@ -1,4 +1,4 @@
(defproject twitter-api/twitter-api "0.6.11"
(defproject twitter-api/twitter-api "0.6.12"
:description "full twitter interface"
:plugins [[lein-clojars "0.7.0"]
[lein-swank "1.4.4"]]