Skip to content

Commit

Permalink
Increase version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hpique committed Oct 26, 2013
1 parent 754181f commit 6b5797a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RMStore.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6b5797a

Please sign in to comment.