From 2ce48a3f469709d573bcfee21fee192575e8dc4c Mon Sep 17 00:00:00 2001 From: David Peters <8vsxdxd@gmail.com> Date: Wed, 29 Sep 2021 17:22:40 +0200 Subject: [PATCH] Bump version to 1.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 aacf43d..7d15c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.1 + +* Added dark theme support [#13](https://github.com/peterscodee/miniplayer/issues/13) +* Removed overflow errors in the example app [#14](https://github.com/peterscodee/miniplayer/issues/14) + ## 1.0.0+2 * Fixed a bug introduced with the null safety release diff --git a/example/pubspec.yaml b/example/pubspec.yaml index f323633..54306b2 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter: sdk: flutter - miniplayer: ^1.0.0 + miniplayer: 1.0.1 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index e1bafb3..42a8166 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: 1.0.0+2 +version: 1.0.1 homepage: https://www.peterscode.dev repository: https://github.com/peterscodee/miniplayer