From 28ef7cc32585a4af24ac2547da8925d7a50c9837 Mon Sep 17 00:00:00 2001 From: al_skipp Date: Mon, 19 Sep 2016 14:18:25 +0100 Subject: [PATCH] Release 0.12.1 --- ASValueTrackingSlider.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASValueTrackingSlider.podspec b/ASValueTrackingSlider.podspec index 275bfe7..c60ee61 100644 --- a/ASValueTrackingSlider.podspec +++ b/ASValueTrackingSlider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ASValueTrackingSlider" - s.version = "0.12.0" + s.version = "0.12.1" 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/alskipp/ASValueTrackingSlider.git", :tag => "0.12.0" } + s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.12.1" } s.source_files = 'ASValueTrackingSlider' s.requires_arc = true