diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a6918..8e2e160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + +* Fix setSpeed bug on iOS. + ## 0.4.0 * Handles audio focus/interruptions via audio_session diff --git a/pubspec.yaml b/pubspec.yaml index d66e3f6..a862edd 100644 --- a/pubspec.yaml +++ b/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.4.0 +version: 0.4.1 homepage: https://github.com/ryanheise/just_audio environment: