Skip to content

Commit

Permalink
Merge pull request #42 from llucax/release-v1.0.0+2
Browse files Browse the repository at this point in the history
Release v1.0.0+2
  • Loading branch information
llucax authored Sep 27, 2021
2 parents cd01371 + 7594bf2 commit c7e2b61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.0.0+2

- Improve CI of the project
- Update example to use `late` instead of an extra variable to avoid `!`.
- Update and test against Dart 2.14.

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

## 1.0.0+1

This is a symbolic release marking that this package is stable (it has
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+1
version: 1.0.0+2

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

0 comments on commit c7e2b61

Please sign in to comment.