diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 970a800..9347699 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.5 + +* Rewrite setLoopMode on iOS to be gapless. + ## 0.6.4 * Emit PlaybackEvent when playing (compatibility with 0.5.x). diff --git a/just_audio/example/pubspec.lock b/just_audio/example/pubspec.lock index 2772146..345b7c7 100644 --- a/just_audio/example/pubspec.lock +++ b/just_audio/example/pubspec.lock @@ -120,7 +120,7 @@ packages: path: ".." relative: true source: path - version: "0.6.4" + version: "0.6.5" just_audio_platform_interface: dependency: transitive description: diff --git a/just_audio/example/pubspec.yaml b/just_audio/example/pubspec.yaml index cd9c696..090431f 100644 --- a/just_audio/example/pubspec.yaml +++ b/just_audio/example/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: flutter: sdk: flutter - audio_session: ^0.0.9 + audio_session: ^0.0.10 just_audio: path: ../ diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index bc57478..30c3c70 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.6.4 +version: 0.6.5 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: