From 0c3a300fb50b46166625ffc625efe42b8f373224 Mon Sep 17 00:00:00 2001 From: Louis Larpin Date: Mon, 15 Dec 2014 13:42:17 +0100 Subject: [PATCH] Bump version to 0.1.0 --- YTVimeoExtractor.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YTVimeoExtractor.podspec b/YTVimeoExtractor.podspec index 433403c..3b1871e 100644 --- a/YTVimeoExtractor.podspec +++ b/YTVimeoExtractor.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "YTVimeoExtractor" - s.version = "0.0.8" + s.version = "0.1.0" s.summary = "Fetches Vimeo's mp4 URLs for iOS." s.description = <<-DESC YTVimeoExtractor is a class which lets you get the iOS @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/lilfaf/YTVimeoExtractor" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Louis Larpin" => "louis.larpin@gmail.com" } - s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "0.0.8" } + s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "0.1.0" } s.ios.deployment_target = '5.0' s.osx.deployment_target = '10.8'