From 8e20bf0a174740379b9947a77705783489776c42 Mon Sep 17 00:00:00 2001 From: Ilya Kharlamov Date: Tue, 14 Nov 2023 19:15:27 +0300 Subject: [PATCH] Bump version to 3.1.0 --- Fastis.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastis.podspec b/Fastis.podspec index cfb8035..0d64fd6 100644 --- a/Fastis.podspec +++ b/Fastis.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Fastis' - s.version = '3.0.0' + s.version = '3.1.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.