Skip to content

Commit

Permalink
Increase version in README and pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hpique committed Dec 3, 2014
1 parent 7f7592a commit e0e7389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RMStore adds [blocks](#storekit-with-blocks) and [notifications](#notifications)
Using [CocoaPods](http://cocoapods.org/):
```ruby
pod 'RMStore', '~> 0.6'
pod 'RMStore', '~> 0.7'
```

Or add the files from the [RMStore](https://github.com/robotmedia/RMStore/tree/master/RMStore) directory if you're doing it manually.
Expand Down
2 changes: 1 addition & 1 deletion RMStore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RMStore'
s.version = '0.6.0'
s.version = '0.7.0'
s.license = 'Apache 2.0'
s.summary = 'A lightweight iOS framework for In-App Purchases.'
s.homepage = 'https://github.com/robotmedia/RMStore'
Expand Down

0 comments on commit e0e7389

Please sign in to comment.