From eb3835f540ee6d388447d3a034488eb8036d6ff7 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sun, 8 Nov 2020 21:21:45 +1100 Subject: [PATCH] Version 0.5.6 --- just_audio/CHANGELOG.md | 5 +++++ just_audio/example/pubspec.lock | 2 +- just_audio/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 26bbf9b..c4bcded 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.6 + +* Fix iOS memory leak. +* Enable useLazyPreparation by default. + ## 0.5.5 * Add initialPosition/initialIndex parameters to load. diff --git a/just_audio/example/pubspec.lock b/just_audio/example/pubspec.lock index 4506790..4da8ac2 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.5" + version: "0.5.6" just_audio_platform_interface: dependency: transitive description: diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 91b5db9..add23a6 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.5 +version: 0.5.6 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: