diff --git a/README.md b/README.md index 5409f36..172e421 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ NSURL *jsCodeLocation = [LDRNDiffUpdate jsBundleUrl:@"LDBusinessEntry"]; appKey: "", //app唯一标识 appVersion: "", //app当前版本 rnVersion: "", //react native集成版本 +platform: "", //平台ios android resBody: { "LDBizName1": "1.2", //业务名称: 版本号 "LDBizName2": "1.1", diff --git a/package.json b/package.json index a3302f8..8ce7e8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-diff-update", - "version": "1.0.1", + "version": "1.0.3", "description": "React native增量更新,支持多入口多业务。", "main": "js/index.js", "scripts": {