From d180ca1be241c24e15c69e5bdd99c4384c2867e4 Mon Sep 17 00:00:00 2001 From: fduroni Date: Tue, 30 Nov 2021 09:55:28 +0100 Subject: [PATCH] Incremented version :rocket: --- RangeUISlider.podspec | 2 +- RangeUISlider.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RangeUISlider.podspec b/RangeUISlider.podspec index fd61563..aff47ed 100644 --- a/RangeUISlider.podspec +++ b/RangeUISlider.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "RangeUISlider" - s.version = "3.0.1" + s.version = "3.0.2" s.summary = "A highly customizable iOS range selection slider" s.description = <<-DESC An iOS range selection slider compatible with UIKit and SwiftUI. Developed using autolayout and highly customizable using IBDesignabled and IBInspectable or programmatically. It support also RTL (right to left) languages automatically out of the box. diff --git a/RangeUISlider.xcodeproj/project.pbxproj b/RangeUISlider.xcodeproj/project.pbxproj index 4753950..ccdbef7 100644 --- a/RangeUISlider.xcodeproj/project.pbxproj +++ b/RangeUISlider.xcodeproj/project.pbxproj @@ -1008,7 +1008,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.0.1; + MARKETING_VERSION = 3.0.2; PRODUCT_BUNDLE_IDENTIFIER = it.chicio.ios.RangeUISlider; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -1037,7 +1037,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.0.1; + MARKETING_VERSION = 3.0.2; PRODUCT_BUNDLE_IDENTIFIER = it.chicio.ios.RangeUISlider; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES;