From 488483c902351aac3355545f8e273fae29816df4 Mon Sep 17 00:00:00 2001 From: jhen Date: Sun, 28 Jul 2024 16:32:30 +0800 Subject: [PATCH] chore: release 0.3.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfb7f7b..239a941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llama.rn", - "version": "0.3.5", + "version": "0.3.6", "description": "React Native binding of llama.cpp", "main": "lib/commonjs/index", "module": "lib/module/index",