Skip to content

Commit

Permalink
Increment plugin version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Jan 12, 2024
1 parent 190cd72 commit 2ef22d3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.4
* [Android] Add `FOREGROUND_SERVICE_MEDIA_PLAYBACK` permission.
* [Android] Fix vibrations for versions below API 26.

## 3.0.3
* [Android] Fix errors with specific Android versions.
* Call `stopAlarm` when `loopAudio` is false and audio ends.
Expand Down
2 changes: 1 addition & 1 deletion example/lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class _ExampleAlarmHomeScreenState extends State<ExampleAlarmHomeScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('alarm 3.0.3')),
appBar: AppBar(title: const Text('alarm 3.0.4')),
body: SafeArea(
child: alarms.isNotEmpty
? ListView.separated(
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.3"
version: "3.0.4"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -259,10 +259,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_foundation
sha256: "7bf53a9f2d007329ee6f3df7268fd498f8373602f943c975598bbb34649b62a7"
sha256: "7708d83064f38060c7b39db12aefe449cb8cdc031d6062280087bc4cdb988f5c"
url: "https://pub.dev"
source: hosted
version: "2.3.4"
version: "2.3.5"
shared_preferences_linux:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alarm
description: A simple Flutter alarm manager plugin for both iOS and Android.
version: 3.0.3
version: 3.0.4
homepage: https://github.com/gdelataillade/alarm

environment:
Expand Down

0 comments on commit 2ef22d3

Please sign in to comment.