From 713021532f8a5b43a900b461a9d0b89d84c7a649 Mon Sep 17 00:00:00 2001 From: exzos Date: Tue, 24 Sep 2024 21:18:13 +0200 Subject: [PATCH] chore: release 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 063234f..dcbcc7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-qr-svg", - "version": "1.3.2", + "version": "1.4.0", "description": "Generate attractive QR codes for your React Native projects, compatible with Android, iOS, and web platforms.", "main": "lib/commonjs/index", "module": "lib/module/index",