diff --git a/just_audio_background/CHANGELOG.md b/just_audio_background/CHANGELOG.md index ed92508ec..5570f4e11 100644 --- a/just_audio_background/CHANGELOG.md +++ b/just_audio_background/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.1-beta.5 + +* Fix bug in stop. + ## 0.0.1-beta.4 * Implement disposeAllPlayers. diff --git a/just_audio_background/pubspec.yaml b/just_audio_background/pubspec.yaml index 2d18d644a..e9e834d89 100644 --- a/just_audio_background/pubspec.yaml +++ b/just_audio_background/pubspec.yaml @@ -1,13 +1,13 @@ name: just_audio_background description: An add-on for just_audio that supports background playback and media notifications. homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_background -version: 0.0.1-beta.4 +version: 0.0.1-beta.5 dependencies: just_audio_platform_interface: ^4.1.0 # just_audio_platform_interface: # path: ../just_audio_platform_interface - audio_service: ^0.18.3 + audio_service: ^0.18.4 audio_session: ^0.1.6+1 flutter: sdk: flutter