From b251a3ba1d7fef2f22bfd39607aaba6f67fc4792 Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade <32983806+gdelataillade@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:09:58 +0100 Subject: [PATCH] Increment plugin version to 3.0.5 --- CHANGELOG.md | 3 +++ example/lib/screens/home.dart | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1162813c..10f14977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.5 +* Keep notification when audio's over + ## 3.0.4 * [Android] Add `FOREGROUND_SERVICE_MEDIA_PLAYBACK` permission. * [Android] Fix vibrations for versions below API 26. diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index 2f00a0a4..d3e35870 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -97,7 +97,7 @@ class _ExampleAlarmHomeScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar(title: const Text('alarm 3.0.4')), + appBar: AppBar(title: const Text('alarm 3.0.5')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated( diff --git a/example/pubspec.lock b/example/pubspec.lock index ecd07b0b..99d6ed8a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.0.4" + version: "3.0.5" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index da9b4dd2..53bc6882 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: alarm description: A simple Flutter alarm manager plugin for both iOS and Android. -version: 3.0.4 +version: 3.0.5 homepage: https://github.com/gdelataillade/alarm environment: