Skip to content

Commit 284ad62

Browse files
committed
Add two optional options that are used to skip dialogs #96 && update npm to 1.6.0
1 parent 9512018 commit 284ad62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "cordova-plugin-app-update",
3-
"version": "1.5.5",
3+
"version": "1.6.0",
44
"description": "Cordova App Update",
55
"cordova": {
66
"id": "cordova-plugin-app-update",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
3-
id="cordova-plugin-app-update" version="1.5.5">
3+
id="cordova-plugin-app-update" version="1.6.0">
44
<name>AppUpdate</name>
55
<description>Cordova App Update</description>
66
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)