From 458571cac8e4030af3b45cb1078a3590ba2db9cd Mon Sep 17 00:00:00 2001 From: Jhen Date: Thu, 30 Mar 2023 13:31:26 +0800 Subject: [PATCH] chore: release 0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54600a9..4b273d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whisper.rn", - "version": "0.2.1", + "version": "0.2.2", "description": "React Native binding of whisper.cpp", "main": "lib/commonjs/index", "module": "lib/module/index",