release : v1.0.4

This commit is contained in:
Georgi Gerganov
2022-12-17 19:52:42 +02:00
parent 419b8a6402
commit 1d716d6e34
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
cmake_minimum_required (VERSION 3.0)
project(whisper.cpp VERSION 1.0.3)
project(whisper.cpp VERSION 1.0.4)
set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

View File

@ -1,6 +1,6 @@
{
"name": "whisper.cpp",
"version": "1.0.3",
"version": "1.0.4",
"description": "Whisper speech recognition",
"main": "whisper.js",
"scripts": {