From 519852246b247aabab00595aa124654e21400a39 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 20 Oct 2020 15:21:27 +0200 Subject: [PATCH] Update CHANGELOG and version for new release --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"