From d068953e7f2f8176a1c128a4cfb862bb9f0cbc26 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Mon, 5 Oct 2020 00:14:08 +1100 Subject: [PATCH] Version 0.15.1 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df4bf57..eba0d9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.15.1 + +* Fix loading of file:// artUri values. +* Allow booleans/doubles in MediaItems. +* Silently ignore duplicate onStop requests. + ## 0.15.0 * Web support (@keaganhilliard) diff --git a/pubspec.yaml b/pubspec.yaml index f8112fb3..44b1b225 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: audio_service description: Flutter plugin to play audio in the background while the screen is off. -version: 0.15.0 +version: 0.15.1 homepage: https://github.com/ryanheise/audio_service environment: