Skip to content

Commit a1f4d92

Browse files
committed
Bumps version to 2.0.3
1 parent 30ec250 commit a1f4d92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to run the demo project you first need to run `pod install` to insta
1919
## Installation (CocoaPods)
2020
```ruby
2121
platform :ios, '8.0'
22-
pod "RMPickerViewController", "~> 2.0.2"
22+
pod "RMPickerViewController", "~> 2.0.3"
2323
```
2424

2525
## Usage

RMPickerViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "RMPickerViewController"
33
s.platform = :ios, "8.0"
4-
s.version = "2.0.2"
4+
s.version = "2.0.3"
55
s.summary = "This is an iOS control for selecting something using UIPickerView in a UIActionSheet like fashion"
66
s.homepage = "https://github.com/CooperRS/RMPickerViewController"
77
s.screenshots = "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen1.png", "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen2.png", "http://cooperrs.github.io/RMPickerViewController/images/Blur-Screen3.png"
88
s.license = { :type => 'MIT', :file => 'LICENSE' }
99
s.author = { "Roland Moers" => "rm@cooperrs.de" }
10-
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.0.2" }
10+
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.0.3" }
1111
s.source_files = 'RMPickerViewController/*'
1212
s.requires_arc = true
1313

0 commit comments

Comments
 (0)