Skip to content

Commit

Permalink
Version Bump (1.4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Dec 6, 2018
1 parent 050ce19 commit c9afbc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.2

- Fix: Webview's resource loading detection (#56 #60)

# 1.4.1

- Fix RxSwift dependency version (#58)
Expand Down
4 changes: 2 additions & 2 deletions ReCaptcha.podspec
Original file line number Diff line number Diff line change
@@ -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'

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

0 comments on commit c9afbc2

Please sign in to comment.