From 12ce6ed653bab0671de3d8c9dd38d30f3016c7e2 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Tue, 7 Apr 2020 12:44:29 +1000 Subject: [PATCH] Version 0.1.4 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d31f377..26c31c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.4 + +* Add MacOS implementation. +* Support cross-platform redirects on Android. +* Bug fixes. + ## 0.1.3 * Fix bug in web implementation. diff --git a/pubspec.yaml b/pubspec.yaml index 9c78d66..a5b9d9d 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.3 +version: 0.1.4 homepage: https://github.com/ryanheise/just_audio environment: