diff --git a/README.md b/README.md index 5646820..bf1ea10 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # JPush PhoneGap / Cordova Plugin [![Build Status](https://travis-ci.org/jpush/jpush-phonegap-plugin.svg?branch=master)](https://travis-ci.org/jpush/jpush-phonegap-plugin) -[![release](https://img.shields.io/badge/release-3.2.12-blue.svg)](https://github.com/jpush/jpush-phonegap-plugin/releases) +[![release](https://img.shields.io/badge/release-3.2.13-blue.svg)](https://github.com/jpush/jpush-phonegap-plugin/releases) [![platforms](https://img.shields.io/badge/platforms-iOS%7CAndroid-lightgrey.svg)](https://github.com/jpush/jpush-phonegap-plugin) [![weibo](https://img.shields.io/badge/weibo-JPush-blue.svg)](http://weibo.com/jpush?refer_flag=1001030101_&is_all=1) diff --git a/package.json b/package.json index 345053a..59a89ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jpush-phonegap-plugin", - "version": "3.2.12", + "version": "3.2.13", "description": "JPush for cordova plugin", "cordova": { "id": "jpush-phonegap-plugin", @@ -23,7 +23,7 @@ ], "devDependencies": { "cordova-plugin-device": "*", - "cordova-plugin-jcore": "1.1.10" + "cordova-plugin-jcore": "*" }, "author": "JiGuang", "license": "MIT", diff --git a/plugin.xml b/plugin.xml index 5f43a1b..3142dd8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="3.2.13"> JPush JPush for cordova plugin @@ -207,7 +207,7 @@ - + diff --git a/src/android/libs/jpush-android-3.0.9.jar b/src/android/libs/jpush-android-3.0.9.jar deleted file mode 100755 index c815a5a..0000000 Binary files a/src/android/libs/jpush-android-3.0.9.jar and /dev/null differ diff --git a/src/android/libs/jpush-android-3.1.0.jar b/src/android/libs/jpush-android-3.1.0.jar new file mode 100755 index 0000000..7a50349 Binary files /dev/null and b/src/android/libs/jpush-android-3.1.0.jar differ