From ed9a5ffdce50700f673a0dcd583d95df78cef0d2 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Fri, 14 Aug 2020 03:30:48 +1000 Subject: [PATCH] Version 0.3.3 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ea497..b0a274e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.3 + +* Remove dependency on Java streams API + ## 0.3.2 * Fix dynamic methods on ConcatenatingAudioSource for iOS/Android diff --git a/pubspec.yaml b/pubspec.yaml index 16bc228..4b7ae19 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.2 +version: 0.3.3 homepage: https://github.com/ryanheise/just_audio environment: