From 7231f14fc8c55a5884c50164080a3346ced17b29 Mon Sep 17 00:00:00 2001 From: Vincent Meyer Date: Tue, 2 Mar 2021 18:44:29 +0100 Subject: [PATCH] Bump version to 0.12.1.2 --- ASValueTrackingSlider.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASValueTrackingSlider.podspec b/ASValueTrackingSlider.podspec index 9bfdc4c..ec7652b 100644 --- a/ASValueTrackingSlider.podspec +++ b/ASValueTrackingSlider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ASValueTrackingSlider" - s.version = "0.12.1.1" + s.version = "0.12.1.2" s.summary = "A UISlider subclass that displays the slider value in an animated popUpView" s.description = <<-DESC Displays continuously updated values in an animated popUpView @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/al_skipp' s.platform = :ios, '8.0' - s.source = { :git => "https://github.com/vince4/ASValueTrackingSlider.git", :tag => "0.12.1.1" } + s.source = { :git => "https://github.com/vince4/ASValueTrackingSlider.git", :tag => "0.12.1.2" } s.source_files = 'ASValueTrackingSlider' s.requires_arc = true