Skip to content

Commit

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

* Remember position after stop().

## 0.9.3

* Fix bug when updating playlist before loading.
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.9.3
version: 0.9.4
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
just_audio_platform_interface: ^4.0.0
# just_audio_platform_interface:
# path: ../just_audio_platform_interface
just_audio_web: ^0.4.0
just_audio_web: ^0.4.1
# just_audio_web:
# path: ../just_audio_web
audio_session: ^0.1.5
Expand Down

0 comments on commit cc251a8

Please sign in to comment.