From b392e577c45ebc000d1b806092b92a5357857880 Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade <32983806+gdelataillade@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:31:06 +0200 Subject: [PATCH] Increment plugin version to 2.0.1 --- CHANGELOG.md | 5 +++++ example/lib/screens/home.dart | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0310eb..eb3a45a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.1 +* Update README. +* Fix example app's ring now button. +* Refactor set alarm methods. + ## 2.0.0 **Breaking Changes** * Installation steps were updated in the README. Please make sure to follow them. diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index 54d4841d..1b0a1bc3 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -71,7 +71,7 @@ class _ExampleAlarmHomeScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar(title: const Text('alarm 2.0.0')), + appBar: AppBar(title: const Text('alarm 2.0.1')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated( diff --git a/example/pubspec.lock b/example/pubspec.lock index aeba669b..990ab567 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "2.0.0" + version: "2.0.1" android_alarm_manager_plus: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 88a141a6..ab70ee32 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: 2.0.0 +version: 2.0.1 homepage: https://github.com/gdelataillade/alarm environment: