Bump package.json and update README.md (#680)

This commit is contained in:
BO KANG
2017-01-24 12:13:21 -08:00
committed by GitHub
parent e42485243d
commit 6e8eb79a22
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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",