diff --git a/CHANGELOG.md b/CHANGELOG.md index a0712a7..7d3ee17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0+1 + +- Add build status and sponsorship badges. + ## 0.1.0 - Initial version. diff --git a/pubspec.yaml b/pubspec.yaml index cf8e1a7..1dea1ee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A timer implementation that can be paused, resumed and reset. homepage: https://github.com/llucax/pausable_timer repository: https://github.com/llucax/pausable_timer -version: 0.1.0 +version: 0.1.0+1 environment: sdk: ">=2.7.0 <3.0.0"