From 6abc2f3080cbe0161b61fa24a579b54081f95512 Mon Sep 17 00:00:00 2001 From: David <8vsxdxd@gmail.com> Date: Mon, 21 Sep 2020 14:12:55 +0200 Subject: [PATCH] Bump version to 0.5.0+1 --- CHANGELOG.md | 5 +++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3819ac..9832108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.0+1 + +* Bug fixes. +* Dismiss behaviour is more natural now + ## 0.5.0 * Added onDismiss property diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 838a5f7..88ebf11 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter: sdk: flutter - miniplayer: ^0.5.0 + miniplayer: ^0.5.0+1 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 0cefe0d..3487d3d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: miniplayer description: A lightweight flutter package to simplify the creation of a miniplayer. -version: 0.5.0 +version: 0.5.0+1 homepage: https://www.peterscode.dev repository: https://github.com/peterscodee/miniplayer