Skip to content

Commit

Permalink
bump version number for json lib change
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwynne committed Nov 4, 2012
1 parent 11b909d commit 69d761d
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 @@ -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.12"]
[twitter-api "0.6.13"]
```

## Examples
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 twitter-api/twitter-api "0.6.12"
(defproject twitter-api/twitter-api "0.6.13"
:description "full twitter interface"
:plugins [[lein-clojars "0.7.0"]
[lein-swank "1.4.4"]]
Expand Down

0 comments on commit 69d761d

Please sign in to comment.