Skip to content

Commit

Permalink
Merge pull request #28 from llucax/release-0.2.0+1
Browse files Browse the repository at this point in the history
Prepare 0.2.0+1 release
  • Loading branch information
llucax authored Apr 6, 2021
2 parents acf5f07 + f5896b3 commit 4dd5a93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## 0.2.0
## 0.2.0+1

- Bump dependencies.
- Fix minimum dart SDK version (use a final release, not a pre-release).

**NOTE:** Unless critical issues are found, this release will be released as
1.0.0 with no other changes since it has been pretty stable for a while now,
and no API breaking changes are expected for a long while either.

## 0.2.0

- Bump dependencies.

**NOTE:** Due to a wrongly specified minimum dart SDK version, this version was
never published in pub.dev.

## 0.2.0-nullsafety.0

- Make package [null-safe](https://dart.dev/null-safety).
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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.2.0
version: 0.2.0+1

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
clock: ^1.1.0
Expand Down

0 comments on commit 4dd5a93

Please sign in to comment.