diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 36081d9..7bc4761 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.1 + +* Fix bug with Android skipping start of audio. + ## 0.6.0 * Breaking change: Replace load by setAudioSource. diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 284b23f..0d44840 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Flutter plugin to play audio from streams, files, assets, DASH/HLS streams and playlists. Works with audio_service to play audio in the background. -version: 0.6.0 +version: 0.6.1 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: