diff --git a/harmony/rn_webview.har b/harmony/rn_webview.har index b15678eb4..41a0392bc 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 2148001cb..465df0cf3 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-nc.0.0.33'; +export const HAR_VERSION = '13.10.2-1.0.34'; 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 4bec8ef3a..dd21c4989 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-nc.0.0.33", + "version": "13.10.2-1.0.34", "dependencies": { "@rnoh/react-native-openharmony": "file:../react_native_openharmony" } diff --git a/package.json b/package.json index 62bee1c0e..bbb2c48ca 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "13.10.2-nc.0.0.33", + "version": "13.10.2-1.0.34", "homepage": "https://github.com/react-native-webview/react-native-webview#readme", "scripts": { "android": "react-native run-android",