Version Bump (1.4.1)

This commit is contained in:
Flávio Caetano 2018-11-12 15:36:58 -02:00
parent d0af0f686b
commit dc4010cc6e
4 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
# 1.4.1
- Fix RxSwift dependency version (#58)
# 1.4
- Feature: Support Swift 4.2

View File

@ -1 +1 @@
github "ReactiveX/RxSwift" "4.3"
github "ReactiveX/RxSwift" "4.4.0"

View File

@ -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)
@ -36,7 +36,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AppSwizzle: db36e436f56110d93e5ae0147683435df593cabc
ReCaptcha: 5e28f45db4e425e0c17c4f305947fcb6018e1626
ReCaptcha: 520a707a38dfbb1e5de812aa3c041df60bd31827
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxBlocking: 138ad53217434444d6eeeb4fb406a45431d92e31
RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749

View File

@ -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'