ggerganov commited on
Commit
ca6f4b2
·
unverified ·
1 Parent(s): c160b58

release : v1.6.1

Browse files
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.0)
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 5cfcfb0801be756d8347822b472e4b5e343f403f
 
1
+ Subproject commit 9a32de3814477ad2e598d4a550fcab4b23a9c576
bindings/javascript/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "whisper.cpp",
3
- "version": "1.6.0",
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": {