From 24ba434e6dded87b6103f77639915cb8a66e330d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Wed, 10 Jan 2018 13:13:12 -0200 Subject: [PATCH] Version Bump --- CHANGELOG.md | 12 ++++++++---- LICENSE | 2 +- ReCaptcha.podspec | 2 +- fastlane/Fastfile | 13 +++---------- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1279ca7..c318888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +# 1.0.2 + +- Fix: Better detection of resources loading end (#16) + # 1.0.1 -- Fix: Webview content being dismissed when clicking outside of div frame area +- Fix: Webview content being dismissed when clicking outside of div frame area (#14) # 1.0.0 @@ -10,9 +14,9 @@ - Carthage support - Refactored framework errors -- Alternate endpoint to bypass firewall limitations #10 -- Fix: JS not loaded #7 -- Fix: Wrong Domain retrieving #6 +- Alternate endpoint to bypass firewall limitations (#10) +- Fix: JS not loaded (#7) +- Fix: Wrong Domain retrieving (#6) # 0.2.0 diff --git a/LICENSE b/LICENSE index 1c7afdc..f3e034c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2017 Flávio Caetano +Copyright © 2018 Flávio Caetano Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ReCaptcha.podspec b/ReCaptcha.podspec index 32cbef8..17e59de 100644 --- a/ReCaptcha.podspec +++ b/ReCaptcha.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ReCaptcha' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'ReCaptcha for iOS' s.description = <<-DESC diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ae725b4..09708cf 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -92,20 +92,13 @@ platform :ios do # Checking files tag = last_git_tag - did_succeed = true - if version_get_podspec != tag - UI.error "Podspec version different than tag name" - did_succeed = false - end - changelog_contents = File.read '../CHANGELOG.md' if !changelog_contents.include? tag - UI.error "CHANGELOG hasn't been updated" - did_succeed = false + UI.user_error! "CHANGELOG hasn't been updated" end - if !did_succeed - exit 1 + if version_get_podspec != tag + UI.user_error! "Podspec version different than tag name" end carthage(