release : v1.0.3

Fixed whisper.spm tests
This commit is contained in:
Georgi Gerganov
2022-12-12 20:36:52 +02:00
parent d8a0dde31a
commit 930c693989
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

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