From 6b5797aa5feebb7f6b1603da3f863210be1f1482 Mon Sep 17 00:00:00 2001 From: hpique Date: Sat, 26 Oct 2013 22:22:35 +0200 Subject: [PATCH] Increase version to 0.4.1 --- RMStore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RMStore.podspec b/RMStore.podspec index 6e353f1c..676535b9 100644 --- a/RMStore.podspec +++ b/RMStore.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'RMStore' - s.version = '0.4' + s.version = '0.4.1' s.license = 'Apache 2.0' s.summary = 'A lightweight iOS framework for In-App Purchases.' s.homepage = 'https://github.com/robotmedia/RMStore' s.author = 'Hermes Pique' - s.source = { :git => 'https://github.com/robotmedia/RMStore.git', :tag => "#{s.version}" } + s.source = { :git => 'https://github.com/robotmedia/RMStore.git', :tag => "v#{s.version}" } s.platform = :ios, '5.0' s.frameworks = 'StoreKit' s.requires_arc = true