From 440dfeafc335926f1f0159046121dfe9a6ec9be1 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sun, 4 Oct 2020 14:46:21 +1100 Subject: [PATCH] Fix bug in concatenating add/addAll. --- just_audio/CHANGELOG.md | 4 ++++ just_audio/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index b00b38371..ea6444dc2 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.2 + +* Fix bug in concatenating add/addAll. + ## 0.5.1 * Fix bug in loading from assets. diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index df36ef04f..2f97ca783 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.1 +version: 0.5.2 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: