Skip to content

Commit

Permalink
Version Bump (1.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Nov 12, 2018
1 parent d0af0f6 commit dc4010c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.1

- Fix RxSwift dependency version (#58)

# 1.4

- Feature: Support Swift 4.2
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" "4.3"
github "ReactiveX/RxSwift" "4.4.0"
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- AppSwizzle (1.3.1)
- ReCaptcha/Core (1.4)
- ReCaptcha/RxSwift (1.4):
- ReCaptcha/Core (1.4.1)
- ReCaptcha/RxSwift (1.4.1):
- ReCaptcha/Core
- RxSwift (~> 4.3)
- RxAtomic (4.4.0)
Expand Down Expand Up @@ -36,7 +36,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppSwizzle: db36e436f56110d93e5ae0147683435df593cabc
ReCaptcha: 5e28f45db4e425e0c17c4f305947fcb6018e1626
ReCaptcha: 520a707a38dfbb1e5de812aa3c041df60bd31827
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxBlocking: 138ad53217434444d6eeeb4fb406a45431d92e31
RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749
Expand Down
2 changes: 1 addition & 1 deletion ReCaptcha.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'ReCaptcha'
s.version = '1.4'
s.version = '1.4.1'
s.summary = 'ReCaptcha for iOS'
s.swift_version = '4.2'

Expand Down

0 comments on commit dc4010c

Please sign in to comment.