Skip to content

Commit b2f79c6

Browse files
committed
Release v3.7.2
1 parent 9e23995 commit b2f79c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jpush-phonegap-plugin",
3-
"version": "3.7.2",
3+
"version": "3.7.3",
44
"description": "JPush for cordova plugin",
55
"cordova": {
66
"id": "jpush-phonegap-plugin",

plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="jpush-phonegap-plugin"
5-
version="3.7.2">
5+
version="3.7.3">
66

77
<name>JPush</name>
88
<description>JPush for cordova plugin</description>
@@ -49,7 +49,7 @@
4949
<source-file src="src/ios/Plugins/AppDelegate+JPush.m" />
5050

5151
<header-file src="src/ios/lib/JPUSHService.h" />
52-
<source-file src="src/ios/lib/jpush-ios-3.2.1.a" framework="true" />
52+
<source-file src="src/ios/lib/jpush-ios-3.2.6.a" framework="true" />
5353
<resource-file src="src/ios/JPushConfig.plist" />
5454

5555
<framework src="CFNetwork.framework" weak="true" />
@@ -249,7 +249,7 @@
249249

250250
</config-file>
251251

252-
<lib-file src="src/android/libs/jpush-android-3.3.4.jar" />
252+
<lib-file src="src/android/libs/jpush-android-3.3.8.jar" />
253253

254254
<source-file src="src/android/PushService.java" target-dir="src/cn/jiguang/cordova/push" />
255255
<source-file src="src/android/JPushPlugin.java" target-dir="src/cn/jiguang/cordova/push" />

0 commit comments

Comments
 (0)