From e8edb57ee5574c9b4d84fa6991a0a4b58d6bc46a Mon Sep 17 00:00:00 2001 From: Roland Moers Date: Sun, 17 Sep 2017 10:28:14 +0200 Subject: [PATCH] Release version 2.3.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- RMDateSelectionViewController.podspec | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de0872c..70ee9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ RMDateSelectionViewController adheres to [Semantic Versioning](http://semver.org --- +## [2.3.1](https://github.com/CooperRS/RMDateSelectionViewController/releases/tag/2.3.1) + +* Updated to RMActionController 1.3.1 + * Add support for iOS 11 GM + * Add support for iPhone X +* Xcode 9 is now required for building + ## [2.3.0](https://github.com/CooperRS/RMDateSelectionViewController/releases/tag/2.3.0) * Updated to RMActionController 1.3.0 diff --git a/README.md b/README.md index f658083..5786085 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you want to run the demo project do not forget to initialize submodules. ## Installation (CocoaPods) ```ruby platform :ios, '8.0' -pod "RMDateSelectionViewController", "~> 2.3.0" +pod "RMDateSelectionViewController", "~> 2.3.1" ``` ## Usage diff --git a/RMDateSelectionViewController.podspec b/RMDateSelectionViewController.podspec index 4525d54..623168c 100644 --- a/RMDateSelectionViewController.podspec +++ b/RMDateSelectionViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RMDateSelectionViewController" - s.version = "2.3.0" + s.version = "2.3.1" s.platform = :ios, "8.0" s.summary = "This is an iOS control for selecting a date using UIDatePicker in a UIAlertController like manner" 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| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Roland Moers" => "rm@cooperrs.de" } - s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.3.0" } + s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.3.1" } s.source_files = 'RMDateSelectionViewController/*.{h,m}' s.requires_arc = true