From f3b5d1b2a88472098063cda7a9095d1b41e86e0b Mon Sep 17 00:00:00 2001 From: Farhoud Shapouran Date: Wed, 19 Feb 2025 10:33:30 +0300 Subject: [PATCH] chore: bump version to 3.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c25759..1ced233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ui-datepicker", - "version": "3.0.2", + "version": "3.0.3", "description": "Customizable date picker for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",