Spaces:
Running
Running
release : v1.6.1
Browse files- CMakeLists.txt +1 -1
- bindings/ios +1 -1
- bindings/javascript/package.json +1 -1
CMakeLists.txt
CHANGED
|
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5)
|
|
| 3 |
# Allow for the creation of solution folders.
|
| 4 |
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
| 5 |
|
| 6 |
-
project(whisper.cpp VERSION 1.6.
|
| 7 |
set(SOVERSION 1)
|
| 8 |
|
| 9 |
# Add path to modules
|
|
|
|
| 3 |
# Allow for the creation of solution folders.
|
| 4 |
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
| 5 |
|
| 6 |
+
project(whisper.cpp VERSION 1.6.1)
|
| 7 |
set(SOVERSION 1)
|
| 8 |
|
| 9 |
# Add path to modules
|
bindings/ios
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 9a32de3814477ad2e598d4a550fcab4b23a9c576
|
bindings/javascript/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
-
"version": "1.6.
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|
|
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
+
"version": "1.6.1",
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|