From 04d447490f974d4fb171e303215343206eef8800 Mon Sep 17 00:00:00 2001 From: George Polak Date: Thu, 12 Feb 2015 01:46:51 -0500 Subject: [PATCH] version bump --- GPUberView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPUberView.podspec b/GPUberView.podspec index b11237f..b9c2710 100644 --- a/GPUberView.podspec +++ b/GPUberView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "GPUberView" - s.version = "0.3.1" + s.version = "0.4" s.summary = "Summon Uber from your app with 2 lines of code." s.homepage = "https://github.com/gpolak/GPUberView" s.license = { :type => "MIT", :file => "LICENSE" } @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.platform = :ios, "7.1" - s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "0.3.1" } + s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "0.4" } s.source_files = 'GPUberView' s.resources = 'GPUberView/*.{xib}', 'GPUberView/*.{png}'