From f616f7b249b1fe2a49b0fabd1547067e12d7d394 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Wed, 17 Feb 2021 18:44:40 +1100 Subject: [PATCH] just_audio_platform_interface 2.0.1 --- just_audio_platform_interface/CHANGELOG.md | 4 ++++ just_audio_platform_interface/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/just_audio_platform_interface/CHANGELOG.md b/just_audio_platform_interface/CHANGELOG.md index b84850455..8dd73af74 100644 --- a/just_audio_platform_interface/CHANGELOG.md +++ b/just_audio_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.1 + +- Fix bug where negative duration is returned instead of null. + ## 2.0.0 - Breaking change: Implementations must not set the shuffle order except as diff --git a/just_audio_platform_interface/pubspec.yaml b/just_audio_platform_interface/pubspec.yaml index 310d7ab8b..70528e6d9 100644 --- a/just_audio_platform_interface/pubspec.yaml +++ b/just_audio_platform_interface/pubspec.yaml @@ -3,7 +3,7 @@ description: A common platform interface for the just_audio plugin. homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_platform_interface # NOTE: We strongly prefer non-breaking changes, even at the expense of a # less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes -version: 2.0.0 +version: 2.0.1 dependencies: flutter: