diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 75e38b3..20f2e77 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.6.3 + +* Fix iOS compiler warnings. +* Fix bug where native platform wasn't disposed. +* Remove Java compiler warnings. +* Process play/pause state transitions in a consistent order. + ## 0.6.2 * Fix bugs related to the new setAudioSource method: diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 9834725..1454a55 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.2 +version: 0.6.3 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: