From 2278036d069b3d20aaec9ab5e31a1f320606799b Mon Sep 17 00:00:00 2001 From: al_skipp Date: Sun, 23 Aug 2015 10:39:53 +0100 Subject: [PATCH] Release 0.11.0 --- ASValueTrackingSlider.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASValueTrackingSlider.podspec b/ASValueTrackingSlider.podspec index 924683f..7286df8 100644 --- a/ASValueTrackingSlider.podspec +++ b/ASValueTrackingSlider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ASValueTrackingSlider" - s.version = "0.10.1" + s.version = "0.11.0" 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/ChromophoreApp' s.platform = :ios, '7.0' - s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.10.1" } + s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.11.0" } s.source_files = 'ASValueTrackingSlider' s.requires_arc = true