From 8d14c97366d3591d6b737fc4c577d0d1ccdba312 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Mon, 7 Dec 2020 21:00:19 +1100 Subject: [PATCH] just_audio 0.5.7 --- just_audio/CHANGELOG.md | 7 +++++++ just_audio/example/pubspec.lock | 2 +- just_audio/pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index c4bcded..a20ea3d 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.5.7 + +* Fix podspec error in web package (@timilehinjegede). +* Fix iOS out-of-range bug. +* Remove Objective C compiler warnings. +* Unit tests. + ## 0.5.6 * Fix iOS memory leak. diff --git a/just_audio/example/pubspec.lock b/just_audio/example/pubspec.lock index 4da8ac2..f25fe09 100644 --- a/just_audio/example/pubspec.lock +++ b/just_audio/example/pubspec.lock @@ -120,7 +120,7 @@ packages: path: ".." relative: true source: path - version: "0.5.6" + version: "0.5.7" just_audio_platform_interface: dependency: transitive description: diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index a9803b2..067a71f 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.5.6 +version: 0.5.7 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: