diff --git a/harmony/rn_webview.har b/harmony/rn_webview.har index 6db493e8b..3f00a585b 100644 Binary files a/harmony/rn_webview.har and b/harmony/rn_webview.har differ diff --git a/harmony/rn_webview/BuildProfile.ets b/harmony/rn_webview/BuildProfile.ets index 625f7110a..158c4751b 100644 --- a/harmony/rn_webview/BuildProfile.ets +++ b/harmony/rn_webview/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '13.10.4-rc.1'; +export const HAR_VERSION = '13.10.4-rc.2'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/rn_webview/oh-package.json5 b/harmony/rn_webview/oh-package.json5 index accefc75f..90534cde2 100644 --- a/harmony/rn_webview/oh-package.json5 +++ b/harmony/rn_webview/oh-package.json5 @@ -6,7 +6,7 @@ "name": "@react-native-oh-tpl/react-native-webview", "description": "main cpai architecture", "main": "index.ets", - "version": "13.10.4-rc.1", + "version": "13.10.4-rc.2", "dependencies": { "@rnoh/react-native-openharmony": "0.72.59" } diff --git a/package.json b/package.json index ea0fc0a39..2236ce517 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "13.10.4-rc.1", + "version": "13.10.4-rc.2", "homepage": "https://github.com/react-native-oh-library/react-native-webview#readme", "scripts": { "macos": "react-native run-macos --scheme WebviewExample --project-path example/macos",