Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed May 27, 2021
1 parent aa2b365 commit 4254a97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1

* Fix iOS interruption notifications bug.
* Fix deprecated warnings on Android (@lhartman1).

## 0.1.0

* Support null safety.
Expand All @@ -10,7 +15,7 @@

* Support rxdart 0.25.0.
* Fix leaked context on Android.
* Remove compilex warnings on iOS.
* Remove compiler warnings on iOS.

## 0.0.9

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_session
description: Sets the iOS audio session category and Android audio attributes for your app, and manages your app's audio focus, mixing and ducking behaviour.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/ryanheise/audio_session

environment:
Expand Down

0 comments on commit 4254a97

Please sign in to comment.