From 6b606153c456a9ba2a8d456cd9bf23791313f7ce Mon Sep 17 00:00:00 2001 From: Jhen-Jie Hong Date: Thu, 9 Jan 2025 16:37:43 +0800 Subject: [PATCH] chore: release 0.4.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cda585e..f86e3a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llama.rn", - "version": "0.4.7", + "version": "0.4.8", "description": "React Native binding of llama.cpp", "main": "lib/commonjs/index", "module": "lib/module/index",