From 3c76bc5b231379273a7e1cf6ce4cef4589c9854a Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Fri, 21 Aug 2020 15:08:30 +1000 Subject: [PATCH] Version 0.3.4 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a274e..3687ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.4 + +* Fix bug in icy metadata +* Allow Android AudioAttributes to be set +* Provide access to Android audio session ID + ## 0.3.3 * Remove dependency on Java streams API diff --git a/pubspec.yaml b/pubspec.yaml index 4b7ae19..534a161 100644 --- a/pubspec.yaml +++ b/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.3.3 +version: 0.3.4 homepage: https://github.com/ryanheise/just_audio environment: