From 7cce82e5542a75f2b82df611018e8112ebd565dc Mon Sep 17 00:00:00 2001 From: Air Date: Fri, 10 Jul 2020 14:52:03 +0800 Subject: [PATCH] publish: version --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1b212..b70dfd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.8] + +* add: geoFence + ## [0.1.7] * add: navi diff --git a/example/pubspec.lock b/example/pubspec.lock index 1c3d256..4dfa223 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "0.1.7" + version: "0.1.8" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 73c7932..2a75c17 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ai_amap description: A new Flutter plugin about amap,support map location navi search. -version: 0.1.7 +version: 0.1.8 homepage: https://pdliuw.github.io/ repository: https://github.com/pdliuw/ai_amap