diff --git a/harmony/image_crop_picker.har b/harmony/image_crop_picker.har index 8a4ccb328..5372ac7c5 100644 Binary files a/harmony/image_crop_picker.har and b/harmony/image_crop_picker.har differ diff --git a/harmony/image_crop_picker/BuildProfile.ets b/harmony/image_crop_picker/BuildProfile.ets index 548eafc11..2678a243a 100644 --- a/harmony/image_crop_picker/BuildProfile.ets +++ b/harmony/image_crop_picker/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 = '0.40.3-0.0.13'; +export const HAR_VERSION = '0.40.3-0.0.14'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/image_crop_picker/oh-package.json5 b/harmony/image_crop_picker/oh-package.json5 index 5c0dba2ea..98920d4ba 100644 --- a/harmony/image_crop_picker/oh-package.json5 +++ b/harmony/image_crop_picker/oh-package.json5 @@ -3,7 +3,7 @@ "description": "Please describe the basic information.", main: 'index.ets', type: 'module', - version: '0.40.3-0.0.13', + version: '0.40.3-0.0.14', dependencies: { "@rnoh/react-native-openharmony": "file:../libs/react_native_openharmony-5.0.0.700.har" }, diff --git a/package.json b/package.json index 18f3d9b4a..557665ade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-image-crop-picker", - "version": "0.40.3-0.0.13", + "version": "0.40.3-0.0.14", "description": "Select single or multiple images, with cropping option", "main": "js/index.js", "scripts": {