Skip to content

Commit 90150be

Browse files
committed
Update version in package.json to 1.2.0 and adjust reproducible demo instructions
1 parent 2c17c4a commit 90150be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ What actually happens?
1616

1717
### Reproducible Demo
1818

19-
* Download https://github.com/srcpush/react-native-code-push/archive/main.zip and unzip. From the `Examples` folder run `node create-app.js appName react-native@0.71.19 @srcpush/react-native-code-push@1.1.5` to generate a plain Source Push-enabled React Native app. See the description at the top of `create-app.js` if needed.
19+
* Download https://github.com/srcpush/react-native-code-push/archive/main.zip and unzip. From the `Examples` folder run `node create-app.js appName react-native@0.71.19 @srcpush/react-native-code-push@1.2.0` to generate a plain Source Push-enabled React Native app. See the description at the top of `create-app.js` if needed.
2020
* If you can't reproduce the bug on it, provide us as much info as possible about your project
2121

2222
### Environment
2323

24-
* @srcpush/react-native-code-push version:
24+
* @srcpush/react-native-code-push version:
2525
* react-native version:
2626
* iOS/Android/Windows version:
2727
* Does this reproduce on a debug build or release build?

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@srcpush/react-native-code-push",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"typings": "typings/react-native-code-push.d.ts",

0 commit comments

Comments
 (0)