Skip to content

Commit 6e8eb79

Browse files
authored
Bump package.json and update README.md (#680)
1 parent e424852 commit 6e8eb79

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ We try our best to maintain backwards compatability of our plugin with previous
5353
| v0.29-v0.30 | v1.13.0+ *(RN refactored native hosting code)* |
5454
| v0.31-v0.33 | v1.14.6+ *(RN refactored native hosting code)* |
5555
| v0.34-v0.35 | v1.15.0+ *(RN refactored native hosting code)* |
56-
| v0.36-v0.40 | v1.16.0+ *(RN refactored resume handler)* |
57-
| v0.40+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
56+
| v0.36-v0.39 | v1.16.0+ *(RN refactored resume handler)* |
57+
| v0.40 | v1.17.0+ *(RN refactored iOS header files)* |
58+
| v0.41+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
5859

5960
## Supported Components
6061

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": "1.16.1-beta",
3+
"version": "1.17.0-beta",
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)