Skip to content

Commit c10db6e

Browse files
committed
release : v1.6.1
1 parent 1b51fdf commit c10db6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5)
33
# Allow for the creation of solution folders.
44
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
55

6-
project(whisper.cpp VERSION 1.6.0)
6+
project(whisper.cpp VERSION 1.6.1)
77
set(SOVERSION 1)
88

99
# Add path to modules

bindings/ios

Submodule ios updated 1 file

bindings/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whisper.cpp",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Whisper speech recognition",
55
"main": "whisper.js",
66
"scripts": {

0 commit comments

Comments
 (0)