Skip to content

Commit

Permalink
Increment plugin version to 4.0.0-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Sep 13, 2024
1 parent ccba8b3 commit 38846a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**💥 Breaking Changes**\
* Refactored `AlarmSettings` model.
* Ignore oncoming alarm if another alarm is ringing.
* [Android] Add customizable notification icon.
* [Android] Update kotlin version to `1.8.0`.

## 4.0.0-dev.2
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 @@ -81,7 +81,7 @@ class _ExampleAlarmHomeScreenState extends State<ExampleAlarmHomeScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('alarm 4.0.0-dev.2')),
appBar: AppBar(title: const Text('alarm 4.0.0-dev.3')),
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: "4.0.0-dev.2"
version: "4.0.0-dev.3"
async:
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: 4.0.0-dev.2
version: 4.0.0-dev.3
homepage: https://github.com/gdelataillade/alarm

environment:
Expand Down

0 comments on commit 38846a1

Please sign in to comment.