Skip to content

Commit

Permalink
bump 0.0.1+17
Browse files Browse the repository at this point in the history
  • Loading branch information
ekasetiawans committed Oct 25, 2020
1 parent 6ba79ec commit d229f1d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@

## 0.0.1+16

* Set Foreground Mode to false will remove notification. BugFix #4.
* Set Foreground Mode to false will remove notification. BugFix #4.

## 0.0.1+17

* Add preference autoStart on Boot, default is true.
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1+16"
version: "0.0.1+17"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -87,7 +87,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety.3"
version: "1.3.0-nullsafety.4"
path:
dependency: transitive
description:
Expand All @@ -113,7 +113,7 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0-nullsafety.2"
version: "1.10.0-nullsafety.4"
stream_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -157,5 +157,5 @@ packages:
source: hosted
version: "2.1.0-nullsafety.3"
sdks:
dart: ">=2.10.0-110 <=2.11.0-186.0.dev"
dart: ">=2.10.0-110 <=2.11.0-242.0.dev"
flutter: ">=1.20.0 <2.0.0"
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety.3"
version: "1.3.0-nullsafety.4"
path:
dependency: transitive
description:
Expand All @@ -99,7 +99,7 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0-nullsafety.2"
version: "1.10.0-nullsafety.4"
stream_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -143,5 +143,5 @@ packages:
source: hosted
version: "2.1.0-nullsafety.3"
sdks:
dart: ">=2.10.0-110 <=2.11.0-186.0.dev"
dart: ">=2.10.0-110 <=2.11.0-242.0.dev"
flutter: ">=1.20.0 <2.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_background_service
description: A flutter plugin for executing dart code continously even application closed.
version: 0.0.1+16
version: 0.0.1+17
repository: https://github.com/ekasetiawans/flutter_background_service

environment:
Expand Down

0 comments on commit d229f1d

Please sign in to comment.