Skip to content

Commit

Permalink
version bump before release
Browse files Browse the repository at this point in the history
  • Loading branch information
liath committed Jul 6, 2021
1 parent 5486df4 commit 1e845d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Some of its key features:
### Leiningen

```clj
[throttler "1.0.0"]
[throttler "1.0.1"]
```

### Gradle

```scala
compile "throttler:throttler:1.0.0"
compile "throttler:throttler:1.0.1"
```

## Throttling functions
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 throttler "1.0.0"
(defproject throttler "1.0.1"
:description "Control the throughput of function calls and core.async channels using the token bucket algorithm"
:url "https://github.com/brunoV/throttler"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 1e845d7

Please # to comment.