From 1a8c6982d2c9ba92a3f48dba6c507dc6ab6f0877 Mon Sep 17 00:00:00 2001 From: Jhen Date: Mon, 15 May 2023 07:35:52 +0800 Subject: [PATCH] chore: release 0.3.0-rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82cc333..00d4bf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whisper.rn", - "version": "0.3.0-rc.1", + "version": "0.3.0-rc.2", "description": "React Native binding of whisper.cpp", "main": "lib/commonjs/index", "module": "lib/module/index",