From 5a9648bedaa65f7a6d169ff53b2523b9500cd8f4 Mon Sep 17 00:00:00 2001 From: Hwang WooJin <47127353+Dev-hwang@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:41:20 +0900 Subject: [PATCH] release: 8.8.1+1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78eb3132..ae6bbc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.8.1+1 + +* [**DOCS**] Update example to see two-way communication flow + ## 8.8.1 * [**FIX**] Fix issue related to `openIgnoreBatteryOptimizationSettings` [#275](https://github.com/Dev-hwang/flutter_foreground_task/issues/275) diff --git a/README.md b/README.md index aec7409d..55249633 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To use this plugin, add `flutter_foreground_task` as a [dependency in your pubsp ```yaml dependencies: - flutter_foreground_task: ^8.8.1 + flutter_foreground_task: ^8.8.1+1 ``` After adding the `flutter_foreground_task` plugin to the flutter project, we need to specify the permissions and service to use for this plugin to work properly. diff --git a/pubspec.yaml b/pubspec.yaml index 86295bb0..69d9725b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_foreground_task description: This plugin is used to implement a foreground service on the Android platform. -version: 8.8.1 +version: 8.8.1+1 homepage: https://github.com/Dev-hwang/flutter_foreground_task environment: