From ac9d1c1ea6c743274b1ac326d3f735e0d3c7c3f7 Mon Sep 17 00:00:00 2001 From: Kyrian Obikwelu Date: Fri, 29 Nov 2024 12:20:27 +0100 Subject: [PATCH] fix: Readjust tag --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b6320fc..fa962b4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "codewithkyrian/whisper.php", "description": "PHP bindings for OpenAI Whisper made possible by whisper.cpp", "type": "library", - "version": "1.7.2", + "version": "1.0.0", "require": { "php": "^8.1", "ext-ffi": "*",