Skip to content

Commit 07466a8

Browse files
authored
Merge pull request #411 from weiruiyang/master
版本更新到 3.7.2
2 parents e4b70a5 + 2b5d59e commit 07466a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1",
3+
"version": "3.7.2",
44
"description": "JPush for cordova plugin",
55
"cordova": {
66
"id": "jpush-phonegap-plugin",

plugin.xml

Lines changed: 2 additions & 2 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.1">
5+
version="3.7.2">
66

77
<name>JPush</name>
88
<description>JPush for cordova plugin</description>
@@ -239,7 +239,7 @@
239239
<action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED" />
240240
<action android:name="cn.jpush.android.intent.CONNECTION" />
241241

242-
<category android:name="net.sourceforge.growingiodemo" />
242+
<category android:name="$PACKAGE_NAME" />
243243
</intent-filter>
244244
</receiver>
245245

0 commit comments

Comments
 (0)