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

Commit d4153d2

Browse files
committed
bump version to 1.2.0-beta
1 parent 09e9f15 commit d4153d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CodePush.ios.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ function sync(options = {}, syncStatusChangeCallback, downloadProgressCallback)
149149
case CodePush.SyncStatus.CHECKING_FOR_UPDATE:
150150
log("Checking for update.");
151151
break;
152-
case CodePush.SyncStatus.DOWNLOADING_PACKAGE:
153-
log("Downloading package.");
154-
break;
155152
case CodePush.SyncStatus.AWAITING_USER_ACTION:
156153
log("Awaiting user action.");
157154
break;
155+
case CodePush.SyncStatus.DOWNLOADING_PACKAGE:
156+
log("Downloading package.");
157+
break;
158158
case CodePush.SyncStatus.INSTALLING_UPDATE:
159159
log("Installing update.");
160160
break;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "1.1.2-beta",
3+
"version": "1.2.0-beta",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.ios.js",
66
"homepage": "https://microsoft.github.io/code-push",

0 commit comments

Comments
 (0)