Skip to content

Commit

Permalink
Version 0.1.0-nullsafety.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jan 22, 2021
1 parent f9c8262 commit fffac9e
Show file tree
Hide file tree
Showing 3 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.0-nullsafety.2

* Merge features and bug fixes from 0.0.10 and 0.0.11.

## 0.1.0-nullsafety.1

* Fix some static analysis errors.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0-nullsafety.1"
version: "0.1.0-nullsafety.2"
boolean_selector:
dependency: transitive
description:
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-nullsafety.1
version: 0.1.0-nullsafety.2
homepage: https://github.com/ryanheise/audio_session

environment:
Expand Down

0 comments on commit fffac9e

Please sign in to comment.