Skip to content

Commit

Permalink
Merge pull request #74 from Microsoft/version_bump
Browse files Browse the repository at this point in the history
Bumping the CLI and SDK versions
  • Loading branch information
lostintangent committed Dec 2, 2015
2 parents 588f3f1 + 6c57b5c commit f76e8ef
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.2.2-beta",
"version": "1.2.3-beta",
"description": "Management CLI for the CodePush service",
"main": "script/cli.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"code-push": "1.2.0-beta",
"code-push": "1.2.1-beta",
"base-64": "^0.1.0",
"chalk": "^1.1.0",
"cli-table": "^0.3.1",
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.2.0-beta",
"version": "1.2.1-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.2.0-beta">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="1.2.1-beta">
<name>CodePushAcquisition</name>
<description>CodePush Acquisition Plugin for Apache Cordova</description>
<license>MIT</license>
Expand Down

0 comments on commit f76e8ef

Please sign in to comment.