From 03a070fe1654185ef3a6fe075cf1f7181aad9b51 Mon Sep 17 00:00:00 2001 From: jhen Date: Fri, 4 Aug 2023 06:16:04 +0800 Subject: [PATCH] chore: release 0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1e61f7..8d753ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llama.rn", - "version": "0.0.3", + "version": "0.0.5", "description": "React Native binding of llama.cpp", "main": "lib/commonjs/index", "module": "lib/module/index",