From a30a0154b929c9964acfacfb04125d570f94b31c Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade Date: Mon, 22 Apr 2024 19:14:02 +0200 Subject: [PATCH] Increment plugin version to 3.1.2 --- 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 404058da..4c7dfeec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.1.2 +* [Android] Fix alarm stop on app open. + ## 3.1.1 * [Android] Fix notifications icon for some OEM. diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index df714abb..5fc9d658 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -112,7 +112,7 @@ class _ExampleAlarmHomeScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar(title: const Text('alarm 3.1.1')), + appBar: AppBar(title: const Text('alarm 3.1.2')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated( diff --git a/example/pubspec.lock b/example/pubspec.lock index 936c7929..cb803c75 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.1.1" + version: "3.1.2" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 925bb63c..c86a8703 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.1.1 +version: 3.1.2 homepage: https://github.com/gdelataillade/alarm environment: