diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f56dca..cda637c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 + +- updates package description + ## 0.1.1 - removes Flutter dependency diff --git a/pubspec.yaml b/pubspec.yaml index 18ec327..c069fd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: token_bucket_algorithm -description: "Implementation of the token bucket algorithm." -version: 0.1.1 +description: "Implementation of the token bucket algorithm for rate limiting e.g. network requests or user actions." +version: 0.1.2 repository: https://github.com/splashbyte/dart_token_bucket_algorithm issue_tracker: https://github.com/splashbyte/dart_token_bucket_algorithm/issues