From 3c37235e0380fa93e555e999f09918835b2311f1 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Thu, 27 Aug 2020 03:10:28 +1000 Subject: [PATCH] Version 0.4.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3687ba6..f5a6918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.0 + +* Handles audio focus/interruptions via audio_session +* Bug fixes + ## 0.3.4 * Fix bug in icy metadata diff --git a/pubspec.yaml b/pubspec.yaml index 5d9d9c6..d66e3f6 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.4 +version: 0.4.0 homepage: https://github.com/ryanheise/just_audio environment: