From 8a4f9168220c30e7adfeb5a17a34cf3320acd7c0 Mon Sep 17 00:00:00 2001 From: jhen Date: Thu, 19 Oct 2023 12:48:37 +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 bba25ac..231f6db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llama.rn", - "version": "0.3.0-rc.1", + "version": "0.3.0-rc.2", "description": "React Native binding of llama.cpp", "main": "lib/commonjs/index", "module": "lib/module/index",