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

Commit 1a598d5

Browse files
author
Richard Hua
committed
Update package.json
1 parent c0f0008 commit 1a598d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "1.12.4-beta",
3+
"version": "1.12.5-beta",
44
"description": "Management CLI for the CodePush service",
55
"main": "script/cli.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"base-64": "^0.1.0",
2929
"chalk": "^1.1.0",
3030
"cli-table": "^0.3.1",
31-
"code-push": "1.10.0-beta",
31+
"code-push": "1.10.1-beta",
3232
"email-validator": "^1.0.3",
3333
"gradle-to-js": "0.1.1",
3434
"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": "1.10.0-beta",
3+
"version": "1.10.1-beta",
44
"description": "Management SDK for the CodePush service",
55
"main": "script/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)