From 0f373553105c8f661db2f504e6d865a9a56995f7 Mon Sep 17 00:00:00 2001 From: "qingqing.wang" Date: Wed, 16 Sep 2020 12:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8DJPush=20Android=203.8.0=20,?= =?UTF-8?q?=20IOS=203.3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b96f5b..d248ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.7 +## 0.5.8 + 适配最新版本 JPush SDK Android 3.8.0 , IOS 3.3.6 ## 0.5.6 + 修复:iOS点击本地通知的通知栏消息缺少extras 字段 diff --git a/README.md b/README.md index b4f35eb..7a673ab 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ dependencies: // pub 集成 dependencies: - jpush_flutter: 0.5.7 + jpush_flutter: 0.5.8 ``` ### 配置 diff --git a/pubspec.yaml b/pubspec.yaml index cbfc4b9..0f9fff4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: jpush_flutter description: JIGUANG officially supported JPush Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)(https://www.jiguang.cn). -version: 0.5.7 +version: 0.5.8 # author: xudong.rao homepage: https://www.jiguang.cn @@ -23,7 +23,7 @@ dev_dependencies: flutter: plugin: android: - package: com.jiguang.jverify + package: com.jiguang.jpush pluginClass: JPushPlugin ios: pluginClass: JPushPlugin