Skip to content

Commit

Permalink
just_audio 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Mar 22, 2021
1 parent de26fc5 commit 9bc4773
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Next release
## 0.7.2

* Propagate play() exceptions on web (@twogood).
* Propagate play() exceptions (@twogood).

## 0.7.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Generated file. Do not edit.
//

// clang-format off

import FlutterMacOS
import Foundation

Expand Down
4 changes: 2 additions & 2 deletions just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: just_audio
description: A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback.
version: 0.7.1
version: 0.7.2
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

environment:
Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
just_audio_platform_interface: ^3.0.0
just_audio_web: ^0.3.0
just_audio_web: ^0.3.1
audio_session: ^0.1.0
rxdart: ^0.26.0
path: ^1.8.0
Expand Down

0 comments on commit 9bc4773

Please sign in to comment.