From dd82dd36ff9bf082fd2751bee0f12f65f468ee7a Mon Sep 17 00:00:00 2001 From: Pavan Kotesh Date: Mon, 5 Mar 2018 13:08:19 +0530 Subject: [PATCH] Update podspec version to 0.1.5 --- KWVerificationCodeView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KWVerificationCodeView.podspec b/KWVerificationCodeView.podspec index a3c5319..f0cc392 100644 --- a/KWVerificationCodeView.podspec +++ b/KWVerificationCodeView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KWVerificationCodeView' - s.version = '0.1.4' + s.version = '0.1.5' s.summary = 'A verification code view with validation.' s.description = 'A customisable verification code view with built in validation. Can be used for one time passwords (OTPs), email verification codes etc.' s.homepage = 'https://github.com/keepworks/kwverificationcodeview'