Skip to content

Commit 16a1aa4

Browse files
authored
release: @react-native-oh-tpl/react-native-sound@0.11.2-0.0.13 (#32)
1 parent 28489bf commit 16a1aa4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

harmony/sound.har

174 Bytes
Binary file not shown.

harmony/sound/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.11.2-0.0.12';
4+
export const HAR_VERSION = '0.11.2-0.0.13';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';

harmony/sound/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-sound",
3-
"version": "0.11.2-0.0.12",
3+
"version": "0.11.2-0.0.13",
44
"description": "React Native module for playing sound clips on iOS, Android, and Windows",
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-sound",
3-
"version": "0.11.2-0.0.12",
3+
"version": "0.11.2-0.0.13",
44
"description": "React Native module for playing sound clips on iOS, Android, and Windows",
55
"main": "sound.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)