Version Bump

This commit is contained in:
Flávio Caetano 2017-12-01 15:12:53 -02:00
parent 78fa352220
commit d46cc50a33
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
build/
DerivedData
logs/
ReCaptcha.framework.zip
## Various settings
*.pbxuser

View File

@ -1,3 +1,7 @@
# 1.0.1
- Fix: Webview content being dismissed when clicking outside of div frame area
# 1.0.0
- Swift 4 support

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'ReCaptcha'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'ReCaptcha for iOS'
s.description = <<-DESC