diff --git a/CHANGELOG.md b/CHANGELOG.md index 9832108..c3b2b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.0+2 + +* Updated documentation +* Allow gestures to intervene in animations + ## 0.5.0+1 * Bug fixes. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 88ebf11..d1901e1 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter: sdk: flutter - miniplayer: ^0.5.0+1 + miniplayer: ^0.5.0+4 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 3487d3d..06191e8 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+1 +version: 0.5.0+4 homepage: https://www.peterscode.dev repository: https://github.com/peterscodee/miniplayer