Skip to content

Commit d8f28b0

Browse files
quweifanquweifan
andauthored
release: @react-native-oh-library/react-native-sqlite-storage@6.0.1-0.0.7 (#11)
Co-authored-by: quweifan <quweifan1@h-partners.com>
1 parent a937a80 commit d8f28b0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-sqlite-storage",
3-
"version": "6.0.1-0.0.6",
3+
"version": "6.0.1-0.0.7",
44
"description": "SQLite3 bindings for React Native (Android & iOS)",
55
"overrides":{
66
"@react-native/codegen": "0.74.0"

platforms/harmony/sqlite_storage.har

-7 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default class BuildProfile {
2-
static readonly HAR_VERSION = '6.0.1-0.0.6';
2+
static readonly HAR_VERSION = '6.0.1-0.0.7';
33
static readonly BUILD_MODE_NAME = 'debug';
44
static readonly DEBUG = true;
55
}

platforms/harmony/sqlite_storage/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "",
77
"main": "ts.ts",
88
"type": "module",
9-
"version": "6.0.1-0.0.6",
9+
"version": "6.0.1-0.0.7",
1010
"dependencies": {
1111
"@rnoh/react-native-openharmony": "file:../react_native_openharmony",
1212
}

0 commit comments

Comments
 (0)