From bc1b3bfda0382c64a4328e2990a5e7c704b2a081 Mon Sep 17 00:00:00 2001 From: Brandon Fitzwater Date: Tue, 24 Oct 2023 13:56:55 -0400 Subject: [PATCH] chore: bump version to fix pipeline --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67b4ff4c..1f7ef2b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-paper-dates", - "version": "0.20.1", + "version": "0.20.2", "description": "Performant Date Picker for React Native Paper", "main": "lib/commonjs/index", "module": "lib/module/index",