From d229f1dd6854be4b9c8d34b5540881bf9ef3a138 Mon Sep 17 00:00:00 2001 From: Eka Setiawan Saputra Date: Sun, 25 Oct 2020 10:51:43 +0700 Subject: [PATCH] bump 0.0.1+17 --- CHANGELOG.md | 6 +++++- example/pubspec.lock | 8 ++++---- pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f5e35a..0d72939e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,4 +64,8 @@ ## 0.0.1+16 -* Set Foreground Mode to false will remove notification. BugFix #4. \ No newline at end of file +* Set Foreground Mode to false will remove notification. BugFix #4. + +## 0.0.1+17 + +* Add preference autoStart on Boot, default is true. \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 3209dc09..eed55134 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 @@ -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: @@ -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: @@ -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" diff --git a/pubspec.lock b/pubspec.lock index da40ac58..09b6d8cc 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: @@ -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: @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index b2d2ddf4..19b4928f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: