From 2dd7b90c5391f488a296108e5f2e395c36ac490f Mon Sep 17 00:00:00 2001 From: Candost Dagdeviren Date: Tue, 15 May 2018 00:02:57 +0200 Subject: [PATCH] Bump version to 0.8.2 --- CDAlertView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDAlertView.podspec b/CDAlertView.podspec index a5383da..40f6552 100644 --- a/CDAlertView.podspec +++ b/CDAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CDAlertView' - s.version = '0.8.1' + s.version = '0.8.2' 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.