Skip to content

Commit

Permalink
just_audio_web 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jun 21, 2021
1 parent 74e67b7 commit 1bb317c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions just_audio_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.2

* Upgrade to platform interface 3.1.0

## 0.3.1

* Propagate play() exceptions (@twogood).
Expand Down
6 changes: 2 additions & 4 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.1
version: 0.3.2

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

dependencies:
#just_audio_platform_interface: ^3.0.0
just_audio_platform_interface:
path: ../just_audio_platform_interface
just_audio_platform_interface: ^3.1.0
flutter:
sdk: flutter
flutter_web_plugins:
Expand Down

0 comments on commit 1bb317c

Please sign in to comment.