Skip to content

Commit

Permalink
Version Bump (1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Sep 27, 2018
1 parent 9f3ac2e commit 7dc2722
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 1.4

- Feature: Support Swift 4.2
- Feature: enable validation to be skipped for testing

# 1.3.1

- Fix: Removing leftover print
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
@@ -1,7 +1,7 @@
PODS:
- AppSwizzle (1.3.1)
- ReCaptcha/Core (1.3.1)
- ReCaptcha/RxSwift (1.3.1):
- ReCaptcha/Core (1.4)
- ReCaptcha/RxSwift (1.4):
- ReCaptcha/Core
- RxSwift (~> 4.3.1)
- RxBlocking (4.2.0):
Expand Down Expand Up @@ -32,7 +32,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppSwizzle: db36e436f56110d93e5ae0147683435df593cabc
ReCaptcha: 96e9b366e765d4395b7dafa8a6e2af49428ae618
ReCaptcha: b60192491bf2a88f7aa62659e4fad3115b45f19c
RxBlocking: e339d8a6e752e25ade95ff858466c55436668f59
RxCocoa: 78763c7b07d02455598d9fc3c1ad091a28b73635
RxSwift: fe0fd770a43acdb7d0a53da411c9b892e69bb6e4
Expand Down
2 changes: 1 addition & 1 deletion ReCaptcha.podspec
@@ -1,7 +1,7 @@

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

Expand Down

0 comments on commit 7dc2722

Please sign in to comment.