Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
release: @react-native-oh-tpl/[email protected]
Browse files Browse the repository at this point in the history
….0.14 (#50)
  • Loading branch information
Inkmusun authored Oct 28, 2024
1 parent 59f7176 commit 26fccd5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified harmony/image_crop_picker.har
Binary file not shown.
2 changes: 1 addition & 1 deletion harmony/image_crop_picker/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion harmony/image_crop_picker/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 26fccd5

Please sign in to comment.