From 4ae499a8ad0d86c01e24dd4e74ef8d657e0ce261 Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade Date: Fri, 19 Apr 2024 16:08:05 +0200 Subject: [PATCH] Increment plugin version to 3.1.1 --- 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 9fdd60a..404058d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.1.1 +* [Android] Fix notifications icon for some OEM. + ## 3.1.0 * [Android] Fix ring stream issue. * [Android] Increment compileSdkVersion to 34. diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index 7a2b481..df714ab 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.0')), + appBar: AppBar(title: const Text('alarm 3.1.1')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated( diff --git a/example/pubspec.lock b/example/pubspec.lock index f7f9222..936c792 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.1.0" + version: "3.1.1" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3c4bafc..925bb63 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.0 +version: 3.1.1 homepage: https://github.com/gdelataillade/alarm environment: