diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 4ca218f4..b2ac1add 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.4 + +* Remember position after stop(). + ## 0.9.3 * Fix bug when updating playlist before loading. diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index bf02a979..783522f0 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback. -version: 0.9.3 +version: 0.9.4 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: @@ -11,7 +11,7 @@ dependencies: just_audio_platform_interface: ^4.0.0 # just_audio_platform_interface: # path: ../just_audio_platform_interface - just_audio_web: ^0.4.0 + just_audio_web: ^0.4.1 # just_audio_web: # path: ../just_audio_web audio_session: ^0.1.5