Release v1.12.0 (#2221)

This commit is contained in:
Fangjun Kuang
2025-05-15 16:03:17 +08:00
committed by GitHub
parent d8bb20710d
commit 02c902a079
36 changed files with 81 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '1.11.5';
export const HAR_VERSION = '1.12.0';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';

View File

@@ -23,7 +23,7 @@ or update your `oh-package.json5` to include the following:
```
"dependencies": {
"sherpa_onnx": "1.11.5",
"sherpa_onnx": "1.12.0",
},
```

View File

@@ -1,6 +1,6 @@
{
"name": "sherpa_onnx",
"version": "1.11.5",
"version": "1.12.0",
"description": "On-device speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without Internet connection",
"main": "Index.ets",
"author": "The next-gen Kaldi team",