diff --git a/CHANGELOG.md b/CHANGELOG.md index 2608d7c5..9fdd60a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.1.0 +* [Android] Fix ring stream issue. +* [Android] Increment compileSdkVersion to 34. +* [Android] Update installation steps & documentation. + ## 3.0.14 * [Android] Update PendingIntent flags in AlarmReceiver. diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index 22ffc45f..7a2b4812 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -112,7 +112,7 @@ class _ExampleAlarmHomeScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar(title: const Text('alarm 3.0.14')), + appBar: AppBar(title: const Text('alarm 3.1.0')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated( diff --git a/example/pubspec.lock b/example/pubspec.lock index 6a02f663..f7f9222f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.0.14" + version: "3.1.0" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 11103996..3c4bafc3 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.0.14 +version: 3.1.0 homepage: https://github.com/gdelataillade/alarm environment: