From b34a88b8d29ba135af11a00c08c879a12e503d02 Mon Sep 17 00:00:00 2001 From: Candost Dagdeviren Date: Wed, 30 Aug 2017 07:21:13 +0200 Subject: [PATCH] Bump version to 0.6.1 --- CDAlertView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDAlertView.podspec b/CDAlertView.podspec index 600b407..90b135d 100644 --- a/CDAlertView.podspec +++ b/CDAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CDAlertView' - s.version = '0.6.0' + s.version = '0.6.1' s.summary = 'Highly customizable alert/notification/success/error/alarm popup' s.description = <<-DESC CDAlertView is highly customizable alert popup written in Swift 3. Usage is similar to UIAlertController.