Skip to content
This repository was archived by the owner on Sep 13, 2021. It is now read-only.

Commit b351020

Browse files
committed
🔖 Bumped version to v0.1.0
1 parent 677b9b6 commit b351020

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ packages:
7575
path: ".."
7676
relative: true
7777
source: path
78-
version: "0.0.9"
78+
version: "0.1.0"
7979
flutter_test:
8080
dependency: "direct dev"
8181
description: flutter

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: flutter_audio_desktop
2-
description: A simple audio playback library for Flutter Desktop. Supports MP3, FLAC & WAV on Windows & Linux.
3-
version: 0.0.9
2+
description: An audio playback library for Flutter Desktop. Supports Windows & Linux. Based on miniaudio.
3+
version: 0.1.0
44
homepage: https://github.com/alexmercerind/flutter_audio_desktop
55
repository: https://github.com/alexmercerind/flutter_audio_desktop
66
documentation: https://github.com/alexmercerind/flutter_audio_desktop/blob/master/README.md
77

88
environment:
99
sdk: ">=2.7.0 <3.0.0"
10-
flutter: ">=1.20.0 <2.0.0"
10+
flutter: ">=1.20.0"
1111

1212
dependencies:
1313
flutter:

0 commit comments

Comments
 (0)