Skip to content

Commit

Permalink
release : v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Dec 12, 2022
1 parent 57ccd7c commit 9e3e6f2
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.0)
project(whisper.cpp VERSION 1.0.2)

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.0",
"version": "1.0.2",
"description": "Whisper speech recognition",
"main": "whisper.js",
"scripts": {
Expand Down

0 comments on commit 9e3e6f2

Please sign in to comment.