Skip to content

Commit

Permalink
Branching for 1.5.0-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebu committed Jan 4, 2016
1 parent 65498ba commit 4cff356
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="1.3.0-beta">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="1.5.0-beta">
<name>CodePush</name>
<description>This plugin allows you to push code updates to your apps instantly using the CodePush service</description>
<license>MIT</license>
Expand Down
4 changes: 2 additions & 2 deletions samples/advanced/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.hellocodepush.advanced" version="1.3.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.cordova.hellocodepush.advanced" version="1.5.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CodePushAdvanced</name>
<description>
A sample Apache Cordova application that uses the CodePush service.
Expand All @@ -9,7 +9,7 @@
<content src="index.html" />

<plugin name="cordova-plugin-whitelist" version="1" />
<plugin name="cordova-plugin-code-push" version="1.3.0-beta" />
<plugin name="cordova-plugin-code-push" version="1.5.0-beta" />

<!-- This sample application can communicate with any external domain.
If you want to restrict this, don't forget to enable communication with the Code-Push server URL as well. -->
Expand Down
4 changes: 2 additions & 2 deletions samples/basic/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.hellocodepush.basic" version="1.3.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.cordova.hellocodepush.basic" version="1.5.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CodePushBasic</name>
<description>
A sample Apache Cordova application that uses the CodePush service.
Expand All @@ -9,7 +9,7 @@
<content src="index.html" />

<plugin name="cordova-plugin-whitelist" version="1" />
<plugin name="cordova-plugin-code-push" version="1.3.0-beta" />
<plugin name="cordova-plugin-code-push" version="1.5.0-beta" />

<!-- This sample application can communicate with any external domain.
If you want to restrict this, don't forget to enable communication with the Code-Push server URL as well. -->
Expand Down
2 changes: 1 addition & 1 deletion test/template/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.test.codepush" version="1.3.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.cordova.test.codepush" version="1.5.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CodePushTest</name>
<description>
A sample Apache Cordova application that is used for testing the CodePush plugin.
Expand Down

0 comments on commit 4cff356

Please sign in to comment.