From 8e06043ad754ecc2db897a87ed69d61a60e3fa81 Mon Sep 17 00:00:00 2001 From: Herson Douglas Date: Thu, 11 Jul 2024 09:39:55 -0300 Subject: [PATCH] chore: release 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1495ebb..3233a06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-squircle-layout", - "version": "1.1.0", + "version": "1.1.1", "description": "A React Native component that allows you to create squircle shapes.", "main": "lib/commonjs/index", "module": "lib/module/index",