Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Mar 4, 2016
1 parent 30dd6ba commit 46a4b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It's transformed from [rolling-rate-limiter](https://github.com/classdojo/rollin
Leiningen:

```clj
[clj-rate-limiter "0.1.2"]
[clj-rate-limiter "0.1.3"]
```

### Basic
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject clj-rate-limiter "0.1.2"
(defproject clj-rate-limiter "0.1.3"
:description "Rate limiter for clojure that supports a rolling window, either in-memory or backed by redis"
:url "https://github.com/killme2008/clj-rate-limiter"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.cache "0.6.4"]
[com.taoensso/carmine "2.4.4"]])

0 comments on commit 46a4b5d

Please sign in to comment.