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