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

Commit

Permalink
Draft new pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Perrotti committed Aug 16, 2015
1 parent 4ca07c7 commit 4b0e2b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CNPPopupController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4b0e2b8

Please sign in to comment.