Skip to content

Commit

Permalink
release : v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed May 21, 2024
1 parent 1b51fdf commit c10db6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5)
# Allow for the creation of solution folders.
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

project(whisper.cpp VERSION 1.6.0)
project(whisper.cpp VERSION 1.6.1)
set(SOVERSION 1)

# Add path to modules
Expand Down
2 changes: 1 addition & 1 deletion bindings/ios
Submodule ios updated 1 files
+1 −1 Makefile
2 changes: 1 addition & 1 deletion bindings/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whisper.cpp",
"version": "1.6.0",
"version": "1.6.1",
"description": "Whisper speech recognition",
"main": "whisper.js",
"scripts": {
Expand Down

0 comments on commit c10db6e

Please sign in to comment.