Skip to content

Commit

Permalink
just_audio_web 0.3.0-nullsafety.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Mar 3, 2021
1 parent 1bacf4c commit 47f0260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions just_audio_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased
## 0.3.0-nullsafety.2

* Update dependency to just_audio_platform_interface 3.0.0-nullsafety.2
* Apply pedantic rules.

## 0.3.0-nullsafety.1

Expand Down
4 changes: 2 additions & 2 deletions just_audio_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: just_audio_web
description: Web platform implementation of just_audio. This implementation is endorsed and therefore doesn't require a direct dependency.
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_web
version: 0.3.0-nullsafety.1
version: 0.3.0-nullsafety.2

flutter:
plugin:
Expand All @@ -11,7 +11,7 @@ flutter:
fileName: just_audio_web.dart

dependencies:
just_audio_platform_interface: ^3.0.0-nullsafety.2
just_audio_platform_interface: ^3.0.0-nullsafety.3
flutter:
sdk: flutter
flutter_web_plugins:
Expand Down

0 comments on commit 47f0260

Please sign in to comment.