Skip to content

Commit

Permalink
just_audio_background 0.0.1-beta.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jul 18, 2021
1 parent c295268 commit 57dd52f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions just_audio_background/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-beta.0+1

* Fix README typo.

## 0.0.1-beta.0

* Prerelease of initial version.
2 changes: 1 addition & 1 deletion just_audio_background/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion just_audio_background/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 57dd52f

Please sign in to comment.