Skip to content

Commit

Permalink
Release sherpa-ncnn
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Feb 24, 2024
1 parent 2dcd945 commit 0b54fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
SHERPA_NCNN_VERSION=$(grep "SHERPA_NCNN_VERSION" ./CMakeLists.txt | cut -d " " -f 2 | cut -d '"' -f 2)
echo "SHERPA_NCNN_VERSION $SHERPA_NCNN_VERSION"
SHERPA_NCNN_VERSION="2.1.0"
SHERPA_NCNN_VERSION="2.1.5"
cd scripts/nodejs
Expand Down
2 changes: 1 addition & 1 deletion scripts/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sherpa-ncnn0",
"name": "sherpa-ncnn",
"version": "SHERPA_NCNN_VERSION",
"description": "Real-time speech recognition with Next-gen Kaldi",
"main": "index.js",
Expand Down

0 comments on commit 0b54fd4

Please sign in to comment.