From 9a3a410a257e67d867aceb8408fb38e0966f285a Mon Sep 17 00:00:00 2001 From: Jhen-Jie Hong Date: Sat, 9 Nov 2024 11:59:25 +0800 Subject: [PATCH] chore: release 0.4.0-rc.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d3947a..55ad486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whisper.rn", - "version": "0.4.0-rc.8", + "version": "0.4.0-rc.9", "description": "React Native binding of whisper.cpp", "main": "lib/commonjs/index", "module": "lib/module/index",