From 71fba9ddf8b244c4efefb6328d0477138bca6df9 Mon Sep 17 00:00:00 2001 From: al_skipp Date: Fri, 13 Jun 2014 18:48:35 +0100 Subject: [PATCH] Release 0.9.3 --- ASValueTrackingSlider.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASValueTrackingSlider.podspec b/ASValueTrackingSlider.podspec index 4c5d9b9..4bc5874 100644 --- a/ASValueTrackingSlider.podspec +++ b/ASValueTrackingSlider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ASValueTrackingSlider" - s.version = "0.9.2" + s.version = "0.9.3" 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, '6.0' - s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.9.2" } + s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.9.3" } s.source_files = 'ASValueTrackingSlider' s.requires_arc = true