From 2e6a248228225432219ec89cd79ab2dd10393978 Mon Sep 17 00:00:00 2001 From: hongjingjun Date: Mon, 4 Sep 2017 16:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B9=B3=E5=8F=B0=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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": {