diff --git a/harmony/rn_webview.har b/harmony/rn_webview.har index e929e876f..2fe0068d3 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 edbddd682..4f33b969c 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.36'; +export const HAR_VERSION = '13.10.2-0.2.37'; 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 c8a09720e..622d7c7f7 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.36", + "version": "13.10.2-0.2.37", "dependencies": { "@rnoh/react-native-openharmony": "file:../react_native_openharmony" } diff --git a/package.json b/package.json index 7b73ad197..05d07de0a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "13.10.2-0.2.36", + "version": "13.10.2-0.2.37", "homepage": "https://github.com/react-native-oh-library/react-native-webview#readme", "scripts": { "macos": "react-native run-macos --scheme WebviewExample --project-path example/macos",