Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhe Wu committed Apr 20, 2014
1 parent d86610f commit 81269da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation
Add
```clojure

[clj-redis-session "2.0.1"]
[clj-redis-session "2.1.0"]
```
to `:dependencies` in your `project.clj`.

Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject clj-redis-session "2.0.2-SNAPSHOT"
(defproject clj-redis-session "2.1.0"
:url "https://github.com/wuzhe/clj-redis-session"
:description "Redis-backed Clojure/Ring session store"
:dependencies [[org.clojure/clojure "1.5.0"]
[ring/ring-core "1.2.0"]
[com.taoensso/carmine "2.3.0"]])
[ring/ring-core "1.3.0"]
[com.taoensso/carmine "2.6.0"]])

0 comments on commit 81269da

Please sign in to comment.