Skip to content

Commit

Permalink
release: 8.8.1+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-hwang committed Sep 9, 2024
1 parent 2658020 commit 5a9648b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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: 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:
Expand Down

0 comments on commit 5a9648b

Please sign in to comment.