Skip to content

Commit

Permalink
Bumped version to 1.1.0-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lebu committed Nov 3, 2015
1 parent 6741c72 commit b878e3b
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.0.1-beta",
"version": "1.1.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.0.1-beta">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="1.1.0-beta">
<name>CodePush</name>
<description>CodePush Plugin for Apache Cordova</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.0.1-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.1.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.0.1-beta" />
<plugin name="cordova-plugin-code-push" version="1.1.0-beta" />
<plugin name="cordova-plugin-dialogs" version="1.1.1" />

<!-- This sample application can communicate with any external domain.
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.0.1-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.1.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.0.1-beta" />
<plugin name="cordova-plugin-code-push" version="1.1.0-beta" />
<plugin name="cordova-plugin-dialogs" version="1.1.1" />

<!-- This sample application can communicate with any external domain.
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.0.1-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.1.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 b878e3b

Please sign in to comment.