Skip to content

Commit e71874c

Browse files
committed
Merge pull request #90 from Microsoft/version_bump
Bumping version
2 parents 3ae5f6f + 5696770 commit e71874c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-push-cli",
3-
"version": "1.3.0-beta",
3+
"version": "1.4.0-beta",
44
"description": "Management CLI for the CodePush service",
55
"main": "script/cli.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"base-64": "^0.1.0",
2929
"chalk": "^1.1.0",
3030
"cli-table": "^0.3.1",
31-
"code-push": "1.3.0-beta",
31+
"code-push": "1.4.0-beta",
3232
"fs": "0.0.2",
3333
"moment": "^2.10.6",
3434
"opener": "^1.4.1",
@@ -44,4 +44,4 @@
4444
"yargs": "^3.15.0",
4545
"yazl": "2.2.2"
4646
}
47-
}
47+
}

sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-push",
3-
"version": "1.3.0-beta",
3+
"version": "1.4.0-beta",
44
"description": "Management SDK for the CodePush service",
55
"main": "script/index.js",
66
"scripts": {

sdk/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="1.3.0-beta">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="1.4.0-beta">
33
<name>CodePushAcquisition</name>
44
<description>CodePush Acquisition Plugin for Apache Cordova</description>
55
<license>MIT</license>

0 commit comments

Comments
 (0)