Skip to content

Commit d19dd6f

Browse files
authored
release: @react-native-oh-tpl/react-native-ble-manager@11.5.2-0.0.8 (#38)
1 parent 473a4e5 commit d19dd6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

harmony/ble_manager/BuildProfile.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Use these variables when you tailor your ArkTS code. They must be of the const type.
33
*/
4-
export const HAR_VERSION = '11.5.2-0.0.7';
4+
export const HAR_VERSION = '11.5.2-0.0.8';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';

harmony/ble_manager/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description: '',
66
main: 'index.ets',
77
type: 'module',
8-
version: '11.5.2-0.0.7',
8+
version: '11.5.2-0.0.8',
99
dependencies: {
1010
"@rnoh/react-native-openharmony": "file:../libs/react_native_openharmony-5.0.0.500.har"
1111
},

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-ble-manager",
3-
"version": "11.5.2-0.0.7",
3+
"version": "11.5.2-0.0.8",
44
"description": "A BLE module for react native.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)