From bfff1c5a7dedfcc2666a00a2585c417d31ca329f Mon Sep 17 00:00:00 2001 From: Farhoud Shapouran Date: Sun, 2 Feb 2025 00:04:54 +0300 Subject: [PATCH] chore: bump to v2.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31dd00b..07c8908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ui-datepicker", - "version": "2.0.7", + "version": "2.0.8", "description": "Customizable date picker for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",