Skip to content

Commit f76e8ef

Browse files
committed
Merge pull request #74 from Microsoft/version_bump
Bumping the CLI and SDK versions
2 parents 588f3f1 + 6c57b5c commit f76e8ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-push-cli",
3-
"version": "1.2.2-beta",
3+
"version": "1.2.3-beta",
44
"description": "Management CLI for the CodePush service",
55
"main": "script/cli.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"author": "Microsoft Corporation",
2525
"license": "MIT",
2626
"dependencies": {
27-
"code-push": "1.2.0-beta",
27+
"code-push": "1.2.1-beta",
2828
"base-64": "^0.1.0",
2929
"chalk": "^1.1.0",
3030
"cli-table": "^0.3.1",

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.2.0-beta",
3+
"version": "1.2.1-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.2.0-beta">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="1.2.1-beta">
33
<name>CodePushAcquisition</name>
44
<description>CodePush Acquisition Plugin for Apache Cordova</description>
55
<license>MIT</license>

0 commit comments

Comments
 (0)