diff --git a/README.md b/README.md index 2103cb1d9..aea6be483 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 72729bd6b..2ed6bbf1e 100644 --- a/package.json +++ b/package.json @@ -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",