Skip to content

Commit

Permalink
Bump package.json and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buptkang committed Jan 24, 2017
1 parent e424852 commit 23af87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 23af87e

Please sign in to comment.