Skip to content

Commit

Permalink
Merge pull request #153 from Microsoft/version_bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
lostintangent committed Mar 7, 2016
2 parents 7fecb3c + 343c9ec commit 8eac552
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.6.1-beta",
"version": "1.7.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.6.0-beta",
"code-push": "1.7.0-beta",
"email-validator": "^1.0.3",
"gradle-to-js": "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.6.0-beta",
"version": "1.7.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.6.0-beta">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="1.7.0-beta">
<name>CodePushAcquisition</name>
<description>CodePush Acquisition Plugin for Apache Cordova</description>
<license>MIT</license>
Expand Down

0 comments on commit 8eac552

Please sign in to comment.