diff --git a/package.json b/package.json index 8f924b58..2f115896 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-code-push", - "version": "1.3.0-beta", + "version": "1.5.0-beta", "description": "CodePush Plugin for Apache Cordova", "cordova": { "id": "cordova-plugin-code-push", diff --git a/plugin.xml b/plugin.xml index fe0ea1be..518fa232 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + CodePush This plugin allows you to push code updates to your apps instantly using the CodePush service MIT diff --git a/samples/advanced/config.xml b/samples/advanced/config.xml index c78b9d08..0e4befc6 100644 --- a/samples/advanced/config.xml +++ b/samples/advanced/config.xml @@ -1,5 +1,5 @@ - + CodePushAdvanced A sample Apache Cordova application that uses the CodePush service. @@ -9,7 +9,7 @@ - + diff --git a/samples/basic/config.xml b/samples/basic/config.xml index 59fb2380..325d12cb 100644 --- a/samples/basic/config.xml +++ b/samples/basic/config.xml @@ -1,5 +1,5 @@ - + CodePushBasic A sample Apache Cordova application that uses the CodePush service. @@ -9,7 +9,7 @@ - + diff --git a/test/template/config.xml b/test/template/config.xml index 61b58031..1572ee38 100644 --- a/test/template/config.xml +++ b/test/template/config.xml @@ -1,5 +1,5 @@ - + CodePushTest A sample Apache Cordova application that is used for testing the CodePush plugin.