From 70752e46c1db2a334124373b526aeec4a7c55716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Thu, 19 Oct 2017 10:49:24 -0200 Subject: [PATCH] Version Bump --- CHANGELOG.md | 8 ++++++++ Example/ReCaptcha.xcodeproj/project.pbxproj | 2 ++ ReCaptcha.podspec | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddff30e..61a3285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.3.0 + +- Carthage support +- Refactored framework errors +- Alternate endpoint to bypass firewall limitations #10 +- Fix: JS not loaded #7 +- Fix: Wrong Domain retrieving #6 + # 0.2.0 - Removing `presenterView` from ReCaptchaWebViewManager diff --git a/Example/ReCaptcha.xcodeproj/project.pbxproj b/Example/ReCaptcha.xcodeproj/project.pbxproj index dec4a02..e61aa5e 100644 --- a/Example/ReCaptcha.xcodeproj/project.pbxproj +++ b/Example/ReCaptcha.xcodeproj/project.pbxproj @@ -55,6 +55,7 @@ C2A0BDD35B5E219129E9BC65 /* Pods-ReCaptcha_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReCaptcha_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReCaptcha_Example/Pods-ReCaptcha_Example.release.xcconfig"; sourceTree = ""; }; C8537003ECC47117AF54DCA9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; F206BAD41F8D3FEB00A25807 /* Cartfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Cartfile; path = ../Cartfile; sourceTree = ""; }; + F21901D91F98D62F00D8E2C9 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = ""; }; F288E9441F9537760018688D /* ReCaptchaError+Equatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ReCaptchaError+Equatable.swift"; sourceTree = ""; }; F2E2685D1F7AEE3400CD876D /* ReCaptcha__Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReCaptcha__Tests.swift; sourceTree = ""; }; F2ECCF761E9FC47B0097B199 /* ReCaptcha_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReCaptcha_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -139,6 +140,7 @@ F206BAD41F8D3FEB00A25807 /* Cartfile */, 0A2D0E5B4C6E445BF971488B /* README.md */, C8537003ECC47117AF54DCA9 /* LICENSE */, + F21901D91F98D62F00D8E2C9 /* CHANGELOG.md */, F2ECCF871E9FCE930097B199 /* .travis.yml */, F2ECCF8F1EA008C20097B199 /* codecov.yml */, ); diff --git a/ReCaptcha.podspec b/ReCaptcha.podspec index 3fc8660..4d06517 100644 --- a/ReCaptcha.podspec +++ b/ReCaptcha.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ReCaptcha' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'ReCaptcha for iOS' s.description = <<-DESC