From f2dff16b35b705699dbf7ba9d2a53a86fd2955fa Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade Date: Fri, 17 May 2024 18:03:48 +0200 Subject: [PATCH] Increment plugin version to 3.1.4 --- 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 fc58d406..c714fe53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.1.4 +* [Android] Add more type safety. + ## 3.1.3 **🔧 Android installation steps were updated [here](https://github.com/gdelataillade/alarm/blob/main/help/INSTALL-ANDROID.md).** * [Android] Remove notification large icon. diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index 7002c362..3411117a 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -111,7 +111,7 @@ class _ExampleAlarmHomeScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar(title: const Text('alarm 3.1.3')), + appBar: AppBar(title: const Text('alarm 3.1.4')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated( diff --git a/example/pubspec.lock b/example/pubspec.lock index 6c446c74..24720000 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.1.3" + version: "3.1.4" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 782cce14..799a4f7e 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.3 +version: 3.1.4 homepage: https://github.com/gdelataillade/alarm environment: