From 45890896ff631c09d323bad6e67a56f35a35a564 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Wed, 22 Apr 2020 11:44:10 +1000 Subject: [PATCH] Version 0.1.6 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f74b95..32e3c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.1.6 + +* Eliminate event lag over method channels. +* Report setUrl errors on Android. +* Report Icy Metadata on Android. +* Bug fixes. + ## 0.1.5 * Update dependencies and documentation. diff --git a/pubspec.yaml b/pubspec.yaml index 193fb62..70dfc2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Flutter plugin to play audio from streams, files, assets and DASH/HLS streams. Works with audio_service to play audio in the background. -version: 0.1.5 +version: 0.1.6 homepage: https://github.com/ryanheise/just_audio environment: