diff --git a/just_audio_background/CHANGELOG.md b/just_audio_background/CHANGELOG.md index fb455583..e94976fb 100644 --- a/just_audio_background/CHANGELOG.md +++ b/just_audio_background/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.1-beta.0+1 + +* Fix README typo. + ## 0.0.1-beta.0 * Prerelease of initial version. diff --git a/just_audio_background/README.md b/just_audio_background/README.md index 6cb4da22..a17fbb1b 100644 --- a/just_audio_background/README.md +++ b/just_audio_background/README.md @@ -2,7 +2,7 @@ This package plugs into [just_audio](https://pub.dev/packages/just_audio) to add background playback support and remote controls (notification, lock screen, headset buttons, smart watches, Android Auto and CarPlay). It supports the simple use case where an app has a single `AudioPlayer` instance. -If your app has more complex requirements, it is recommended that you instead use the [audio_service](https://pub.dev/packages/audio_service) package directly. under the hood. +If your app has more complex requirements, it is recommended that you instead use the [audio_service](https://pub.dev/packages/audio_service) package directly. ## Setup diff --git a/just_audio_background/pubspec.yaml b/just_audio_background/pubspec.yaml index 30989588..39b2392c 100644 --- a/just_audio_background/pubspec.yaml +++ b/just_audio_background/pubspec.yaml @@ -1,7 +1,7 @@ name: just_audio_background description: Background implementation of just_audio homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_background -version: 0.0.1-beta.0 +version: 0.0.1-beta.0+1 dependencies: just_audio_platform_interface: ^4.0.0