diff --git a/CHANGELOG.md b/CHANGELOG.md index 7177950..ece975e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.4.1+1] + +* Updated example reference in readme + ## [0.4.1] * Updated example diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 110ef13..7955edd 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter: sdk: flutter - miniplayer: ^0.4.1 + miniplayer: ^0.4.1+1 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 3e5a2ba..5250a4f 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.4.1 +version: 0.4.1+1 homepage: https://www.peterscode.dev repository: https://github.com/peterscodee/miniplayer