From 9d01768f0d18f34a86c234647affb5fde30b0706 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sun, 29 Dec 2019 02:40:57 +1100 Subject: [PATCH] Version 0.0.4 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8d1b6..f2712b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4 + +* Remove reseeking hack. + ## 0.0.3 * Feature to change audio speed. diff --git a/example/pubspec.lock b/example/pubspec.lock index 57204d7..bd76054 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -87,7 +87,7 @@ packages: path: ".." relative: true source: path - version: "0.0.3" + version: "0.0.4" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7c9ba2f..ea88578 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Flutter plugin to play audio from streams, files and assets. Works with audio_service to play audio in the background. -version: 0.0.3 +version: 0.0.4 homepage: https://github.com/ryanheise/just_audio environment: