Skip to content

Commit 567f70d

Browse files
committed
updates package description
1 parent 3ba0d16 commit 567f70d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2
2+
3+
- updates package description
4+
15
## 0.1.1
26

37
- removes Flutter dependency

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: token_bucket_algorithm
2-
description: "Implementation of the token bucket algorithm."
3-
version: 0.1.1
2+
description: "Implementation of the token bucket algorithm for rate limiting e.g. network requests or user actions."
3+
version: 0.1.2
44
repository: https://github.com/splashbyte/dart_token_bucket_algorithm
55
issue_tracker: https://github.com/splashbyte/dart_token_bucket_algorithm/issues
66

0 commit comments

Comments
 (0)