From 38ed64293ddb91ce80cea5be94adf6fa5fba3e0f Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sun, 27 Sep 2020 19:19:46 +1000 Subject: [PATCH] just_audio 0.5.0 --- just_audio/CHANGELOG.md | 4 ++++ just_audio/example/pubspec.lock | 2 +- just_audio/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 61a50c4..de8be99 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.0 + +* Convert to federated plugin. + ## 0.4.5 * Fix iOS bug in seek/position/duration in HLS streams (@snaeji). diff --git a/just_audio/example/pubspec.lock b/just_audio/example/pubspec.lock index 50a2bc5..b46cb75 100644 --- a/just_audio/example/pubspec.lock +++ b/just_audio/example/pubspec.lock @@ -113,7 +113,7 @@ packages: path: ".." relative: true source: path - version: "0.4.5" + version: "0.5.0" just_audio_platform_interface: dependency: transitive description: diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 8406030..81dd931 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/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.4.5 +version: 0.5.0 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: