Skip to content

Commit e2fee6b

Browse files
committed
Bump version and changelog
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 87da19b commit e2fee6b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.0+3
2+
3+
- Update and test against Dart 2.15.
4+
- Update dependencies.
5+
6+
[More details available in
7+
GitHub](https://github.com/llucax/pausable_timer/milestone/8?closed=1).
8+
19
## 1.0.0+2
210

311
- Improve CI of the project

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A timer implementation that can be paused, resumed and reset.
33
homepage: https://github.com/llucax/pausable_timer
44
repository: https://github.com/llucax/pausable_timer
55

6-
version: 1.0.0+2
6+
version: 1.0.0+3
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)