Skip to content

Commit

Permalink
Merge pull request #90 from Microsoft/version_bump
Browse files Browse the repository at this point in the history
Bumping version
  • Loading branch information
lostintangent committed Dec 29, 2015
2 parents 3ae5f6f + 5696770 commit e71874c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-push-cli",
"version": "1.3.0-beta",
"version": "1.4.0-beta",
"description": "Management CLI for the CodePush service",
"main": "script/cli.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"base-64": "^0.1.0",
"chalk": "^1.1.0",
"cli-table": "^0.3.1",
"code-push": "1.3.0-beta",
"code-push": "1.4.0-beta",
"fs": "0.0.2",
"moment": "^2.10.6",
"opener": "^1.4.1",
Expand All @@ -44,4 +44,4 @@
"yargs": "^3.15.0",
"yazl": "2.2.2"
}
}
}
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-push",
"version": "1.3.0-beta",
"version": "1.4.0-beta",
"description": "Management SDK for the CodePush service",
"main": "script/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/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="code-push" version="1.3.0-beta">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="1.4.0-beta">
<name>CodePushAcquisition</name>
<description>CodePush Acquisition Plugin for Apache Cordova</description>
<license>MIT</license>
Expand Down

0 comments on commit e71874c

Please sign in to comment.