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

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Perrotti committed Oct 29, 2014
1 parent b0de270 commit 072114c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.1"
s.version = "0.1.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.1.1" }
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.1.2" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion CNPPopupControllerExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#CNPPopupController

** Updated: Oct, 16 2014 v0.1.0 **
** Updated: Oct, 29 2014 v0.1.2 **

CNPPopupController is a simple and versatile class for presenting a custom popup in a variety of fashions. It includes a many options for controlling how your popup appears and behaves.

Expand Down

0 comments on commit 072114c

Please sign in to comment.