From 3cf7095765443b185f6b8150759a38ddc79739e2 Mon Sep 17 00:00:00 2001 From: Ilya Kharlamov Date: Wed, 21 Jun 2023 08:35:03 +0300 Subject: [PATCH] Bump version to 2.3.0 --- Fastis.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastis.podspec b/Fastis.podspec index a010fc0..33691b9 100644 --- a/Fastis.podspec +++ b/Fastis.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Fastis' - s.version = '2.2.0' + s.version = '2.3.0' s.summary = "Simple date picker created using JTAppleCalendar library" s.description = <<-DESC Fastis is a fully customizable UI component for picking dates and ranges created using JTAppleCalendar library.