Skip to content

Commit

Permalink
Merge pull request #131 from Microsoft/version-bump
Browse files Browse the repository at this point in the history
Bump versions for cli, plugin and sdk
  • Loading branch information
shishirx34 committed Feb 13, 2016
2 parents 60c2b33 + 4c6e175 commit 60843bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-push-cli",
"version": "1.5.0-beta",
"version": "1.6.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.5.0-beta",
"code-push": "1.6.0-beta",
"email-validator": "^1.0.3",
"fs": "0.0.2",
"moment": "^2.10.6",
Expand Down
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.5.2-beta",
"version": "1.6.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.5.2-beta">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="1.6.0-beta">
<name>CodePushAcquisition</name>
<description>CodePush Acquisition Plugin for Apache Cordova</description>
<license>MIT</license>
Expand Down

0 comments on commit 60843bf

Please sign in to comment.