From 23fa345b3013c68b9818fe1fd15f3c10f5ec4491 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sat, 19 Dec 2020 13:49:34 +1100 Subject: [PATCH] just_audio 0.6.1 --- just_audio/CHANGELOG.md | 4 ++++ just_audio/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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: