From f5d0f9565d7cea4d9fd0fcf1ad62c4a04827d6cd Mon Sep 17 00:00:00 2001 From: Martin Wildfeuer Date: Sun, 26 Jun 2016 01:52:38 +0200 Subject: [PATCH] Version bump --- PopupDialog.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PopupDialog.podspec b/PopupDialog.podspec index 97763db3..79b5cc9f 100644 --- a/PopupDialog.podspec +++ b/PopupDialog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PopupDialog' - s.version = '0.1.2' + s.version = '0.1.3' s.summary = 'A simple custom popup dialog view controller' s.homepage = 'https://github.com/orderella/PopupDialog' s.license = { :type => 'MIT', :file => 'LICENSE' }