Skip to content

Commit

Permalink
Increment plugin version to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Feb 2, 2024
1 parent 94051ae commit cc7a5ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.7
* Prevent if integer overflow.
* [Android] Improve error handling. Add exceptions with better messages.
* [iOS] Add support for subfolder local audio path.

## 3.0.6
* [Android] Add notification large icon.
* [Android] Add Gradle 8 support.
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 @@ -97,7 +97,7 @@ class _ExampleAlarmHomeScreenState extends State<ExampleAlarmHomeScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('alarm 3.0.6')),
appBar: AppBar(title: const Text('alarm 3.0.7')),
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: "3.0.6"
version: "3.0.7"
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: 3.0.6
version: 3.0.7
homepage: https://github.com/gdelataillade/alarm

environment:
Expand Down

0 comments on commit cc7a5ef

Please sign in to comment.