Skip to content

Commit

Permalink
release : v1.0.3
Browse files Browse the repository at this point in the history
Fixed whisper.spm tests
  • Loading branch information
ggerganov committed Dec 12, 2022
1 parent d8a0dde commit 930c693
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
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0)
project(whisper.cpp VERSION 1.0.2)
project(whisper.cpp VERSION 1.0.3)

set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
Expand Down
2 changes: 1 addition & 1 deletion bindings/ios
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.0.2",
"version": "1.0.3",
"description": "Whisper speech recognition",
"main": "whisper.js",
"scripts": {
Expand Down

0 comments on commit 930c693

Please sign in to comment.