Skip to content

Commit

Permalink
update version to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu0620 committed Jun 1, 2015
1 parent 3f7361a commit 21953ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Upload a JSON file below. It is OK to upload to public folder of Dropbox, Google
Install SRGVersionUpdater to your project with [CocoaPods](http://cocoapods.org) by adding the following to your Podfile:

``` ruby
pod 'SRGVersionUpdater', "0.0.2"
pod 'SRGVersionUpdater', "0.0.3"
```

At last, Open up the AppDelegate.m and edit application:didFinishLaunchingWithOptions: to be like so:
Expand Down
4 changes: 2 additions & 2 deletions SRGVersionUpdater.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "SRGVersionUpdater"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "SRGVersionUpdater inform users about new app version release, and can force users update app to version. "
s.homepage = "https://github.com/kazu0620/SRGVersionUpdater"
s.license = "MIT"
s.author = { "Kazuhiro Sakamoto" => "kazu620@gmail.com" }
s.source = { :git => "https://github.com/kazu0620/SRGVersionUpdater.git", :tag => "0.0.2" }
s.source = { :git => "https://github.com/kazu0620/SRGVersionUpdater.git", :tag => "0.0.3" }
s.platform = :ios, '6.0'
s.source_files = "Classes", "Classes/**/*.{h,m}"
s.resources = 'SRGVersionUpdater.bundle'
Expand Down

0 comments on commit 21953ce

Please sign in to comment.