diff --git a/harmony/rn_webview.har b/harmony/rn_webview.har index c27678e8e..7a2b3e245 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 f974c6809..4bcb0f629 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.2-0.2.32'; +export const HAR_VERSION = '13.10.2-0.2.33'; 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 2619cffd1..7323886bb 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.2-0.2.32", + "version": "13.10.2-0.2.33", "dependencies": { "@rnoh/react-native-openharmony": "file:../react_native_openharmony" } diff --git a/package.json b/package.json index efd176f6b..a9959b027 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "13.10.2-0.2.32", + "version": "13.10.2-0.2.33", "homepage": "https://github.com/react-native-webview/react-native-webview#readme", "scripts": { "android": "react-native run-android",