Skip to content

Commit bb777bf

Browse files
author
sunny.luo
committed
update
1 parent ea05d4a commit bb777bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update-cli",
3-
"version": "1.34.1",
3+
"version": "1.34.2",
44
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
55
"main": "index.js",
66
"bin": {

src/utils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export async function printVersionCommand() {
178178
`当前版本已不再支持,请至少升级到 v9 的最新小版本后重新打包(代码无需改动,可直接热更): npm i react-native-update@9 .
179179
如有使用安装 apk 的功能,请注意添加所需权限 https://pushy.reactnative.cn/docs/api#async-function-downloadandinstallapkurl`,
180180
);
181-
} else if (semverSatisfies(pushyVersion, '10.0.0 - 10.15.2')) {
181+
} else if (semverSatisfies(pushyVersion, '10.0.0 - 10.17.0')) {
182182
console.warn(
183183
`当前版本已不再支持,请升级到 v10 的最新小版本(代码无需改动,可直接热更): npm i react-native-update@10`,
184184
);

0 commit comments

Comments
 (0)