From 1d73f8a7abc762ec946275e2c71ec2e1c9315ccc Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Sat, 13 Jul 2024 11:36:14 +0200 Subject: [PATCH] chore: release 1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9713dbf7f..2e0e08f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fast-tflite", - "version": "1.2.0", + "version": "1.3.0", "description": "High-performance TensorFlow Lite library for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",