Version Bump
This commit is contained in:
parent
78fa352220
commit
d46cc50a33
|
|
@ -6,6 +6,7 @@
|
|||
build/
|
||||
DerivedData
|
||||
logs/
|
||||
ReCaptcha.framework.zip
|
||||
|
||||
## Various settings
|
||||
*.pbxuser
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue