From bcb8d76642a689fa52e1ad192d3a6ebe9c530d37 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sat, 29 May 2021 13:26:11 +1000 Subject: [PATCH] Version 0.1.2 - Support rxdart 0.27.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d4c17f..6a9400c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 + +* Support rxdart 0.27.0. + ## 0.1.1 * Fix iOS interruption notifications bug. diff --git a/pubspec.yaml b/pubspec.yaml index e5fd295..62812a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: @@ -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: