diff --git a/GPUberView.podspec b/GPUberView.podspec index ebdd5c9..b11237f 100644 --- a/GPUberView.podspec +++ b/GPUberView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "GPUberView" - s.version = "0.3" + s.version = "0.3.1" 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" } + s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "0.3.1" } s.source_files = 'GPUberView' s.resources = 'GPUberView/*.{xib}', 'GPUberView/*.{png}'