Skip to content

Commit

Permalink
Increment plugin version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Sep 25, 2023
1 parent 020ce74 commit 74bd263
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 2.0.0
**Breaking Changes**
* Installation steps were updated in the README. Please make sure to follow them.
* [iOS] Add Background Fetch to periodically make sure alarms are still active in the background.

## 2.0.0-release-candidate-1
*Still in development...*
* Add minor improvements.

## 2.0.0-dev.5
Expand All @@ -17,7 +21,6 @@
* Add a shortcut button in example app.

## 2.0.0-dev.1
**Breaking Changes**
* [iOS] Play silent audio until alarm rings to keep app active.
* [iOS] Add Background Fetch to periodically check if app is still active.
* [iOS] Add new installation steps.
Expand Down
2 changes: 1 addition & 1 deletion example/lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class _ExampleAlarmHomeScreenState extends State<ExampleAlarmHomeScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('alarm 2.0.0-release-candidate-1')),
appBar: AppBar(title: const Text('alarm 2.0.0')),
body: SafeArea(
child: alarms.isNotEmpty
? ListView.separated(
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0-release-candidate-1"
version: "2.0.0"
android_alarm_manager_plus:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alarm
description: A simple Flutter alarm manager plugin for both iOS and Android.
version: 2.0.0-release-candidate-1
version: 2.0.0
homepage: https://github.com/gdelataillade/alarm

environment:
Expand Down

0 comments on commit 74bd263

Please sign in to comment.