Bump version to 1.0.1

This commit is contained in:
David Peters 2021-09-29 17:22:40 +02:00
parent b568074ef7
commit 2ce48a3f46
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -24,7 +24,7 @@ dependencies:
flutter:
sdk: flutter
miniplayer: ^1.0.0
miniplayer: 1.0.1
dev_dependencies:
flutter_test:

View File

@ -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