Skip to content

Commit b4d8895

Browse files
committed
Bump versions
1 parent c58fbc4 commit b4d8895

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/audioplayers/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Changelog
22

33
## [next]
4+
5+
## 0.19.0
46
- Refactor Notifications code (small breaking changes)
57
- AudioCache for web
68
- Fixing basic features for Android lower than API 23
79
- Fixing error after playing music several times with AudioCache
810
- Re-organize folder and file structure on the Dart side (project layout)
911
- Re-organize folders into a mono-repo
12+
- Fix several bugs
1013

1114
## 0.18.3
1215
- Fix Float vs Double mixup on Swift that prevent non-integer values for volume/playback

packages/audioplayers/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ packages:
328328
name: source_span
329329
url: "https://pub.dartlang.org"
330330
source: hosted
331-
version: "1.8.1"
331+
version: "1.8.0"
332332
stack_trace:
333333
dependency: transitive
334334
description:
@@ -363,7 +363,7 @@ packages:
363363
name: test_api
364364
url: "https://pub.dartlang.org"
365365
source: hosted
366-
version: "0.3.0"
366+
version: "0.2.19"
367367
typed_data:
368368
dependency: transitive
369369
description:

packages/audioplayers/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: audioplayers
22
description: A Flutter plugin to play multiple audio files simultaneously
3-
version: 0.18.3
3+
version: 0.19.0
44
homepage: https://github.com/luanpotter/audioplayers
55

66
flutter:

0 commit comments

Comments
 (0)