mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-14 02:14:52 +08:00
Bump package.json and update README.md (#680)
This commit is contained in:
@@ -53,8 +53,9 @@ We try our best to maintain backwards compatability of our plugin with previous
|
||||
| v0.29-v0.30 | v1.13.0+ *(RN refactored native hosting code)* |
|
||||
| v0.31-v0.33 | v1.14.6+ *(RN refactored native hosting code)* |
|
||||
| v0.34-v0.35 | v1.15.0+ *(RN refactored native hosting code)* |
|
||||
| v0.36-v0.40 | v1.16.0+ *(RN refactored resume handler)* |
|
||||
| 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.
|
||||
| v0.36-v0.39 | v1.16.0+ *(RN refactored resume handler)* |
|
||||
| v0.40 | v1.17.0+ *(RN refactored iOS header files)* |
|
||||
| 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.
|
||||
|
||||
## Supported Components
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-code-push",
|
||||
"version": "1.16.1-beta",
|
||||
"version": "1.17.0-beta",
|
||||
"description": "React Native plugin for the CodePush service",
|
||||
"main": "CodePush.js",
|
||||
"typings": "typings/react-native-code-push.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user