We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050ce19 commit c9afbc2Copy full SHA for c9afbc2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.4.2
2
+
3
+- Fix: Webview's resource loading detection (#56 #60)
4
5
# 1.4.1
6
7
- Fix RxSwift dependency version (#58)
ReCaptcha.podspec
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'ReCaptcha'
- s.version = '1.4.1'
+ s.version = '1.4.2'
s.summary = 'ReCaptcha for iOS'
- s.swift_version = '4.2'
+ s.swift_version = '4.2'
8
s.description = <<-DESC
9
Add Google's [Invisible ReCaptcha](https://developers.google.com/recaptcha/docs/invisible) to your project. This library
0 commit comments