Skip to content

Commit c9afbc2

Browse files
committed
Version Bump (1.4.2)
1 parent 050ce19 commit c9afbc2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.4.2
2+
3+
- Fix: Webview's resource loading detection (#56 #60)
4+
15
# 1.4.1
26

37
- Fix RxSwift dependency version (#58)

ReCaptcha.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'ReCaptcha'
4-
s.version = '1.4.1'
4+
s.version = '1.4.2'
55
s.summary = 'ReCaptcha for iOS'
6-
s.swift_version = '4.2'
6+
s.swift_version = '4.2'
77

88
s.description = <<-DESC
99
Add Google's [Invisible ReCaptcha](https://developers.google.com/recaptcha/docs/invisible) to your project. This library

0 commit comments

Comments
 (0)