Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 291df4b

Browse files
author
Bret Johnson
committed
Bumped version numbers, preparing to release an update
1 parent eae70b7 commit 291df4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-push-cli",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.1-beta",
44
"description": "Management CLI for the CodePush service",
55
"main": "script/cli.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"backslash": "^0.1.7",
2828
"chalk": "^1.1.0",
2929
"cli-table": "^0.3.1",
30-
"code-push": "2.0.0-beta",
30+
"code-push": "2.0.1-beta",
3131
"email-validator": "^1.0.3",
3232
"gradle-to-js": "0.2.5",
3333
"moment": "^2.10.6",

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-push",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.1-beta",
44
"description": "Management SDK for the CodePush service",
55
"main": "script/index.js",
66
"scripts": {

sdk/plugin.xml

Lines changed: 1 addition & 1 deletion
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="2.0.0-beta">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="2.0.1-beta">
33
<name>CodePushAcquisition</name>
44
<description>CodePush Acquisition Plugin for Apache Cordova</description>
55
<license>MIT</license>

0 commit comments

Comments
 (0)