From 345fe679bf51e8c1462170fe44276b4ff34019de Mon Sep 17 00:00:00 2001 From: Jhen Date: Mon, 27 Mar 2023 11:04:47 +0800 Subject: [PATCH] chore: release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f51bbf..9da7bf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whisper.rn", - "version": "0.1.5", + "version": "0.2.0", "description": "React Native binding of whisper.cpp", "main": "lib/commonjs/index", "module": "lib/module/index",