From 1a1424a45b18c45c98e3af973891d7139bea7210 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Mon, 7 Sep 2020 14:10:42 +1000 Subject: [PATCH] Version 0.4.3 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbae73..e1e6c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.3 + +* Add section to README on configuring the audio session. + ## 0.4.2 * Make default audio session settings compatible with iOS control center. diff --git a/pubspec.yaml b/pubspec.yaml index 282e9e2..41ffb2d 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.4.2 +version: 0.4.3 homepage: https://github.com/ryanheise/just_audio environment: