From 2257d13305dfccdbbba9403aa0f6ad3c0026e6f7 Mon Sep 17 00:00:00 2001 From: Jhen Date: Tue, 21 Mar 2023 17:01:00 +0800 Subject: [PATCH] chore: release 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8324ab..3010786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whisper.rn", - "version": "0.1.3", + "version": "0.1.4", "description": "React Native binding of whisper.cpp", "main": "lib/commonjs/index", "module": "lib/module/index",