diff --git a/CHANGELOG.md b/CHANGELOG.md index f2712b3..2614ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.5 + +* API change for audio clipping. +* Performance improvements and bug fixes on Android. + ## 0.0.4 * Remove reseeking hack. diff --git a/example/pubspec.lock b/example/pubspec.lock index bd76054..bb3459d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -115,7 +115,7 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "1.4.5" + version: "1.5.1" pedantic: dependency: transitive description: @@ -221,4 +221,4 @@ packages: version: "3.5.0" sdks: dart: ">=2.6.0 <3.0.0" - flutter: ">=1.9.1+hotfix.5 <2.0.0" + flutter: ">=1.10.0 <2.0.0" diff --git a/pubspec.lock b/pubspec.lock index 2aa7e7c..4b09777 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -101,7 +101,7 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "1.4.5" + version: "1.5.1" pedantic: dependency: transitive description: @@ -207,4 +207,4 @@ packages: version: "3.5.0" sdks: dart: ">=2.6.0 <3.0.0" - flutter: ">=1.9.1+hotfix.5 <2.0.0" + flutter: ">=1.10.0 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index ea88578..c7f76ad 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.4 +description: Flutter plugin to play audio from streams, files, assets and DASH/HLS streams. Works with audio_service to play audio in the background. +version: 0.0.5 homepage: https://github.com/ryanheise/just_audio environment: @@ -9,7 +9,7 @@ environment: dependencies: rxdart: ^0.23.1 path: ^1.6.4 - path_provider: ^1.4.5 + path_provider: ^1.5.1 flutter: sdk: flutter