From e5fbf2e14e8dcfe66f44895e465d56cbed3c105e Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sat, 6 Feb 2021 02:56:29 +1100 Subject: [PATCH] just_audio 0.6.11 --- 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 a1456fa0..c66be7c5 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.6.11 + +* Update example to indicate buffer position. +* Document pre-release and experimental features in README. + ## 0.6.10 * Fix range error in SequenceState (@smkhalsa). diff --git a/just_audio/example/pubspec.lock b/just_audio/example/pubspec.lock index 083c9dbf..c6690659 100644 --- a/just_audio/example/pubspec.lock +++ b/just_audio/example/pubspec.lock @@ -221,7 +221,7 @@ packages: path: ".." relative: true source: path - version: "0.6.10" + version: "0.6.11" just_audio_platform_interface: dependency: transitive description: diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 24f126dc..2de5e27f 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Audio player for files, assets, URLs and DASH/HLS streams supporting gapless looping, shuffling, concatenating, clipping. Works with audio_service to play audio in the background. -version: 0.6.10 +version: 0.6.11 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: