diff --git a/CMakeLists.txt b/CMakeLists.txt index b60bb045..06577bf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories. project("whisper.cpp" C CXX) -project("whisper.cpp" VERSION 1.8.2) +project("whisper.cpp" VERSION 1.8.3) include(CheckIncludeFileCXX) set(SOVERSION 1) diff --git a/bindings/javascript/package.json b/bindings/javascript/package.json index 37bc7509..84139804 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "whisper.cpp", - "version": "1.8.2", + "version": "1.8.3", "description": "Whisper speech recognition", "main": "whisper.js", "scripts": {