Skip to content

Commit

Permalink
Bump version and changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed Dec 10, 2021
1 parent 87da19b commit e2fee6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.0+3

- Update and test against Dart 2.15.
- Update dependencies.

[More details available in
GitHub](https://github.com/llucax/pausable_timer/milestone/8?closed=1).

## 1.0.0+2

- Improve CI of the project
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0+2
version: 1.0.0+3

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit e2fee6b

Please sign in to comment.