Skip to content

Commit

Permalink
Update version to 0.2.0 is podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavankotesh committed Aug 4, 2018
1 parent 05c7726 commit 37b2feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- KWVerificationCodeView (0.1.9)
- KWVerificationCodeView (0.2.0)

DEPENDENCIES:
- KWVerificationCodeView (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
KWVerificationCodeView: efa0f7833c2d291f166553c36e592048bfb667da
KWVerificationCodeView: af71b4387c379ae52e8620b1f6a0ca334fc285b4

PODFILE CHECKSUM: c5456285278196ae1d72df7acbfd1db2fab11376

Expand Down
2 changes: 1 addition & 1 deletion KWVerificationCodeView.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 37b2feb

Please sign in to comment.