Skip to content

Commit

Permalink
v0.1.1 (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
  • Loading branch information
xsahil03x committed Apr 13, 2021
1 parent f5f01f7 commit f6c1b6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.1] - (13-04-2021)

* Add example.

## [0.1.0] - (13-04-2021)

* Initial release.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
rate_limiter: ^0.1.0
rate_limiter: ^0.1.1

dependency_overrides:
rate_limiter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rate_limiter
description: A pure dart package to apply useful rate limiting strategies on regular functions.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/GetStream/rate_limiter
repository: https://github.com/GetStream/rate_limiter
issue_tracker: https://github.com/GetStream/rate_limiter/issues
Expand Down

0 comments on commit f6c1b6b

Please sign in to comment.