Skip to content

Commit

Permalink
Version 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jan 28, 2021
1 parent 0f80793 commit ad48afe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.16.2

* Fix positionStream bug when seek is interrupted by onStop.
* Fix JS name clash for MediaMetadata.
* Update NowPlayingInfo speed correctly on iOS (@ryotayama).

## 0.16.1

* Fix bug in start() when using HttpOverrides.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audio_service
description: Flutter plugin to play audio in the background while the screen is off.
version: 0.16.1
version: 0.16.2
homepage: https://github.com/ryanheise/audio_service

environment:
Expand Down

0 comments on commit ad48afe

Please sign in to comment.