ggerganov commited on
Commit
e29a728
·
unverified ·
1 Parent(s): 666b50a

release : v1.0.4

Browse files
CMakeLists.txt CHANGED
@@ -1,5 +1,6 @@
1
  cmake_minimum_required (VERSION 3.0)
2
- project(whisper.cpp VERSION 1.0.3)
 
3
 
4
  set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
5
  set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
 
1
  cmake_minimum_required (VERSION 3.0)
2
+
3
+ project(whisper.cpp VERSION 1.0.4)
4
 
5
  set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
6
  set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
bindings/ios CHANGED
@@ -1 +1 @@
1
- Subproject commit dd58b25d84dc1a0dd5839981cdf210a29995ca28
 
1
+ Subproject commit 1502317fe050c1d5ae1a81082153b8f00d50d9cd
bindings/javascript/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "whisper.cpp",
3
- "version": "1.0.3",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {
 
1
  {
2
  "name": "whisper.cpp",
3
+ "version": "1.0.4",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {