Skip to content

Commit bcd0316

Browse files
committed
[ogg_opus_player] release 0.5.0
1 parent b6da8af commit bcd0316

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/ogg_opus_player/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0
2+
* [Linux] break change: remove libogg and libopus shared library, use system library instead.
3+
* [Linux] support aarch64
4+
15
## 0.4.1
26

37
[Linux] replace opus static libraries to release version.

packages/ogg_opus_player/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ packages:
127127
path: ".."
128128
relative: true
129129
source: path
130-
version: "0.4.1"
130+
version: "0.5.0"
131131
path:
132132
dependency: transitive
133133
description:

packages/ogg_opus_player/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ogg_opus_player
22
description: An ogg opus file player and recorder for flutter.
3-
version: 0.4.1
3+
version: 0.5.0
44
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/ogg_opus_player
55

66
environment:

0 commit comments

Comments
 (0)