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

Commit ab059c3

Browse files
committed
bump version
1 parent 7a3ba2e commit ab059c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "1.10.2-beta",
3+
"version": "1.10.3-beta",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"homepage": "https://microsoft.github.io/code-push",
@@ -23,12 +23,12 @@
2323
"packageInstance": "new CodePush(${androidDeploymentKey}, this, BuildConfig.DEBUG)"
2424
},
2525
"ios": {
26-
"sharedLibraries": ["libz"]
26+
"sharedLibraries": ["libz"]
2727
},
2828
"params": [{
2929
"type": "input",
3030
"name": "androidDeploymentKey",
31-
"message": "What is your CodePush deployment key for Android (hit <ENTER> to ignore)"
31+
"message": "What is your CodePush deployment key for Android (hit <ENTER> to ignore)"
3232
}]
3333
}
3434
}

0 commit comments

Comments
 (0)