From 10bc9d09f2c2bcd08c0f275bf6e0fb9f7fa1361d Mon Sep 17 00:00:00 2001 From: Farhoud Shapouran Date: Mon, 3 Feb 2025 10:40:22 +0300 Subject: [PATCH] chore: bump version to 2.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2caa92e..15cafc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ui-datepicker", - "version": "2.0.10", + "version": "2.0.11", "description": "Customizable date picker for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",