diff --git a/CNPPopupController.podspec b/CNPPopupController.podspec index 66b2133..835e4cb 100644 --- a/CNPPopupController.podspec +++ b/CNPPopupController.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "CNPPopupController" - s.version = "0.2.1" + s.version = "0.2.2" s.summary = "A versatile popup for iOS" s.description = <<-DESC @@ -77,7 +77,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.2.1" } + s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.2.2" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/README.md b/README.md index 4268a67..4979ec5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ [![Pod License](http://img.shields.io/cocoapods/l/CNPPopupController.svg?style=flat)](https://github.com/carsonperrotti/CNPPopupController/blob/master/LICENSE) [![Dependency Status](https://www.versioneye.com/objective-c/cnppopupcontroller/0.2.1/badge.svg?style=flat)](https://www.versioneye.com/objective-c/cnppopupcontroller) ##Version History +**August 16, 2015 v0.2.2** +- Bug fix for centering the popup above the keyboard when presented. Thanks to [Nicholas](https://github.com/nicholas) for the proactive help on this one. + **June 24th, 2015 v0.2.1** - Bug fix for dismissing on background mask touch.