diff --git a/.packages b/.packages index b550a7b..7ad6ec9 100644 --- a/.packages +++ b/.packages @@ -1,4 +1,4 @@ -# Generated by pub on 2019-08-21 16:32:49.978054. +# Generated by pub on 2019-08-23 15:35:48.440553. analyzer:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/analyzer-0.37.0/lib/ args:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/args-1.5.2/lib/ async:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.3.0/lib/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc89bc..c75dfea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.0 +## 0.1.0 + 修复:调用 sendLocalNotification 接口 crash 问题; + 修复:iOS 启动 APP 角标自动消失问题; + 修复执行 flutter build apk 打包错误问题; diff --git a/README.md b/README.md index 5a6f0e5..66c79a4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```yaml dependencies: - jpush_flutter: 0.2.0 + jpush_flutter: 0.1.0 ``` ### 配置 diff --git a/example/pubspec.lock b/example/pubspec.lock index 47bdf62..04b65dc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -136,7 +136,7 @@ packages: path: ".." relative: true source: path - version: "0.2.0" + version: "0.1.0" js: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 88c31b6..0be7aa9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: jpush_flutter description: Offically supported JPush Flutter plugin. -version: 0.2.0 +version: 0.1.0 author: huminios homepage: https://www.jiguang.cn