From 031bcb3af8d30632c997cc57e254a0118d9b8f9b Mon Sep 17 00:00:00 2001 From: Nicolas Torion Date: Thu, 31 Oct 2024 11:20:23 +0100 Subject: [PATCH] Update package version to 1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ca4521..b4c326d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ficus-ui", - "version": "1.2.1", + "version": "1.3.0", "description": "React Native UI library forked from Magnus UI and inspired by Chakra UI", "main": "lib/commonjs/index", "module": "lib/module/index",