Skip to content

Commit e8edb57

Browse files
committed
Release version 2.3.1
1 parent f15f320 commit e8edb57

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ RMDateSelectionViewController adheres to [Semantic Versioning](http://semver.org
55

66
---
77

8+
## [2.3.1](https://github.com/CooperRS/RMDateSelectionViewController/releases/tag/2.3.1)
9+
10+
* Updated to RMActionController 1.3.1
11+
* Add support for iOS 11 GM
12+
* Add support for iPhone X
13+
* Xcode 9 is now required for building
14+
815
## [2.3.0](https://github.com/CooperRS/RMDateSelectionViewController/releases/tag/2.3.0)
916

1017
* Updated to RMActionController 1.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you want to run the demo project do not forget to initialize submodules.
2222
## Installation (CocoaPods)
2323
```ruby
2424
platform :ios, '8.0'
25-
pod "RMDateSelectionViewController", "~> 2.3.0"
25+
pod "RMDateSelectionViewController", "~> 2.3.1"
2626
```
2727

2828
## Usage

RMDateSelectionViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RMDateSelectionViewController"
3-
s.version = "2.3.0"
3+
s.version = "2.3.1"
44
s.platform = :ios, "8.0"
55
s.summary = "This is an iOS control for selecting a date using UIDatePicker in a UIAlertController like manner"
66
s.description = "This framework allows you to select a date by presenting an action sheet. In addition, it allows you to add actions arround the presented date picker which behave like a button and can be tapped by the user. The result looks very much like an UIActionSheet or UIAlertController with a UIDatePicker and some UIActions attached."
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = { :type => 'MIT', :file => 'LICENSE' }
1212
s.author = { "Roland Moers" => "[email protected]" }
1313

14-
s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.3.0" }
14+
s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.3.1" }
1515
s.source_files = 'RMDateSelectionViewController/*.{h,m}'
1616
s.requires_arc = true
1717

0 commit comments

Comments
 (0)