diff --git a/Example/Podfile.lock b/Example/Podfile.lock index da0edfa..5b87348 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - KWVerificationCodeView (0.1.9) + - KWVerificationCodeView (0.2.0) DEPENDENCIES: - KWVerificationCodeView (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: ../ SPEC CHECKSUMS: - KWVerificationCodeView: efa0f7833c2d291f166553c36e592048bfb667da + KWVerificationCodeView: af71b4387c379ae52e8620b1f6a0ca334fc285b4 PODFILE CHECKSUM: c5456285278196ae1d72df7acbfd1db2fab11376 diff --git a/KWVerificationCodeView.podspec b/KWVerificationCodeView.podspec index 7ac63d3..ab34b86 100644 --- a/KWVerificationCodeView.podspec +++ b/KWVerificationCodeView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KWVerificationCodeView' - s.version = '0.1.9' + s.version = '0.2.0' 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'