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

Commit 6f24575

Browse files
author
Carson Perrotti
committed
Version bump 0.0.3
1 parent 7a7dd81 commit 6f24575

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0.2"
19+
s.version = "0.0.3"
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.0.2" }
80+
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.0.3" }
8181

8282

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#CNPPopupController
1+
#CNPPopupController (Updated: Oct, 5 2014 v0.0.3)
22

33
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.
44

0 commit comments

Comments
 (0)