From 284a5ef04ce7b351b66f7277a12a14e9e61f7064 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 11 Nov 2024 11:32:16 +0100 Subject: [PATCH] chore: release 1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fe9f92a0..2afa1fcbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fast-tflite", - "version": "1.4.0", + "version": "1.5.0", "description": "High-performance TensorFlow Lite library for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",