Skip to content

Commit

Permalink
Merge pull request #411 from weiruiyang/master
Browse files Browse the repository at this point in the history
版本更新到 3.7.2
  • Loading branch information
weiruiyang authored Jul 29, 2019
2 parents e4b70a5 + 2b5d59e commit 07466a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpush-phonegap-plugin",
"version": "3.7.1",
"version": "3.7.2",
"description": "JPush for cordova plugin",
"cordova": {
"id": "jpush-phonegap-plugin",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="jpush-phonegap-plugin"
version="3.7.1">
version="3.7.2">

<name>JPush</name>
<description>JPush for cordova plugin</description>
Expand Down Expand Up @@ -239,7 +239,7 @@
<action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED" />
<action android:name="cn.jpush.android.intent.CONNECTION" />

<category android:name="net.sourceforge.growingiodemo" />
<category android:name="$PACKAGE_NAME" />
</intent-filter>
</receiver>

Expand Down

0 comments on commit 07466a8

Please sign in to comment.