diff --git a/harmony/sound.har b/harmony/sound.har index 2627284a..8a583798 100644 Binary files a/harmony/sound.har and b/harmony/sound.har differ diff --git a/harmony/sound/BuildProfile.ets b/harmony/sound/BuildProfile.ets index 481a1025..ffce23c9 100644 --- a/harmony/sound/BuildProfile.ets +++ b/harmony/sound/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '0.11.2-0.0.12'; +export const HAR_VERSION = '0.11.2-0.0.13'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/sound/oh-package.json5 b/harmony/sound/oh-package.json5 index 66913a5c..822dd242 100644 --- a/harmony/sound/oh-package.json5 +++ b/harmony/sound/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-sound", - "version": "0.11.2-0.0.12", + "version": "0.11.2-0.0.13", "description": "React Native module for playing sound clips on iOS, Android, and Windows", "main": "index.ets", "author": "", diff --git a/package.json b/package.json index 0169b136..c74cedbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-sound", - "version": "0.11.2-0.0.12", + "version": "0.11.2-0.0.13", "description": "React Native module for playing sound clips on iOS, Android, and Windows", "main": "sound.js", "typings": "index.d.ts",