Skip to content

Commit 6015386

Browse files
Bump version to 9.0.1 (#2789)
1 parent 5a84030 commit 6015386

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ What actually happens?
1616

1717
### Reproducible Demo
1818

19-
* Download https://github.com/microsoft/react-native-code-push/archive/master.zip and unzip. From `Examples` folder run `node create-app.js appName [email protected] [email protected].0` command to generate plain CodePushified React Native app. Please see description on top of `create-app.js` file content if needed
19+
* Download https://github.com/microsoft/react-native-code-push/archive/master.zip and unzip. From `Examples` folder run `node create-app.js appName [email protected] [email protected].1` command to generate plain CodePushified React Native app. Please see description on top of `create-app.js` file content 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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
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)