Skip to content

Commit b6941a5

Browse files
authored
release: @react-native-oh-tpl/react-native-http-bridge@0.6.1-0.0.2 (#8)
1 parent 27b5641 commit b6941a5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

harmony/http_bridge.har

-43 Bytes
Binary file not shown.

harmony/http_bridge/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 = '0.6.1-0.0.1';
4+
export const HAR_VERSION = '0.6.1-0.0.2';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';

harmony/http_bridge/oh-package.json5

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-http-bridge",
3-
"version": "0.6.1-0.0.1",
3+
"version": "0.6.1-0.0.2",
44
"description": "A simple HTTP debug server for React Native apps",
55
"main": "index.ets",
66
"author": "",

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-http-bridge",
3-
"version": "0.6.1-0.0.1",
3+
"version": "0.6.1-0.0.2",
44
"description": "A simple HTTP debug server for React Native apps",
55
"main": "httpServer.js",
66
"repository": {

0 commit comments

Comments
 (0)