Skip to content

Commit

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

* Support rxdart 0.27.0.

## 0.1.1

* Fix iOS interruption notifications bug.
Expand Down
4 changes: 2 additions & 2 deletions 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.1
version: 0.1.2
homepage: https://github.com/ryanheise/audio_session

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
rxdart: ^0.26.0
rxdart: '>=0.26.0 <0.28.0'

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit bcb8d76

Please sign in to comment.