Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit 4b0e2b8

Browse files
author
Carson Perrotti
committed
Draft new pod version
1 parent 4ca07c7 commit 4b0e2b8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CNPPopupController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "CNPPopupController"
19-
s.version = "0.2.1"
19+
s.version = "0.2.2"
2020
s.summary = "A versatile popup for iOS"
2121

2222
s.description = <<-DESC
@@ -77,7 +77,7 @@ Pod::Spec.new do |s|
7777
# Supports git, hg, bzr, svn and HTTP.
7878
#
7979

80-
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.2.1" }
80+
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.2.2" }
8181

8282

8383
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[![Pod License](http://img.shields.io/cocoapods/l/CNPPopupController.svg?style=flat)](https://github.com/carsonperrotti/CNPPopupController/blob/master/LICENSE)
55
[![Dependency Status](https://www.versioneye.com/objective-c/cnppopupcontroller/0.2.1/badge.svg?style=flat)](https://www.versioneye.com/objective-c/cnppopupcontroller)
66
##Version History
7+
**August 16, 2015 v0.2.2**
8+
- 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.
9+
710
**June 24th, 2015 v0.2.1**
811
- Bug fix for dismissing on background mask touch.
912

0 commit comments

Comments
 (0)