diff --git a/.gitignore b/.gitignore index c0cd4775a..9ff611e4e 100644 --- a/.gitignore +++ b/.gitignore @@ -58,4 +58,5 @@ index.android.bundle index.ios.bundle lib/ -*.tgz \ No newline at end of file +*.tgz +harmony/image_picker/oh-package-lock.json5 diff --git a/harmony/image_picker.har b/harmony/image_picker.har index 0fa2fef32..9c4f01018 100644 Binary files a/harmony/image_picker.har and b/harmony/image_picker.har differ diff --git a/harmony/image_picker/oh-package.json5 b/harmony/image_picker/oh-package.json5 index 6fc56d3a9..40b7f8cc5 100644 --- a/harmony/image_picker/oh-package.json5 +++ b/harmony/image_picker/oh-package.json5 @@ -6,7 +6,7 @@ "name": "@react-native-oh-tpl/react-native-image-picker", "description": "Please describe the basic information.", "main": "ts.ts", - "version": "7.0.3-0.1.6", + "version": "7.0.3-0.1.7", "dependencies": { "@rnoh/react-native-openharmony": "file:../react_native_openharmony", } diff --git a/package.json b/package.json index f2372cc05..53e41e0d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-image-picker", - "version": "7.0.3-0.1.6", + "version": "7.0.3-0.1.7", "description": "A React Native module that allows you to use native UI to select media from the device library or directly from the camera", "react-native": "src/index.ts", "main": "src/index.ts",