From 03a5ede44a485f2f568cfcf32300838fbd4bfc97 Mon Sep 17 00:00:00 2001 From: Mihai Petrenco <53521805+mpetrenco@users.noreply.github.com> Date: Mon, 26 Oct 2020 15:31:07 +0200 Subject: [PATCH] Release 2.1.2 (#88) * Release 2.1.2 * AppVeyor got stuck again --- JudoKit-iOS.podspec | 2 +- JudoKit_iOS.xcodeproj/project.pbxproj | 12 ++++++------ .../Extensions/JPError/JPErrorAdditionsTests.swift | 2 +- Source/JudoKit.h | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/JudoKit-iOS.podspec b/JudoKit-iOS.podspec index 57945439d..678fba59c 100755 --- a/JudoKit-iOS.podspec +++ b/JudoKit-iOS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'JudoKit-iOS' - s.version = '2.1.1' + s.version = '2.1.2' s.summary = 'Judo Pay Full iOS Client Kit' s.homepage = 'https://www.judopay.com/' s.license = 'MIT' diff --git a/JudoKit_iOS.xcodeproj/project.pbxproj b/JudoKit_iOS.xcodeproj/project.pbxproj index a912fc5a5..cdbe336b0 100644 --- a/JudoKit_iOS.xcodeproj/project.pbxproj +++ b/JudoKit_iOS.xcodeproj/project.pbxproj @@ -3516,9 +3516,9 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2.1.1; + CURRENT_PROJECT_VERSION = 2.1.2; DEBUG_INFORMATION_FORMAT = dwarf; - DYLIB_CURRENT_VERSION = 2.1.1; + DYLIB_CURRENT_VERSION = 2.1.2; ENABLE_BITCODE = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -3578,9 +3578,9 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2.1.1; + CURRENT_PROJECT_VERSION = 2.1.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DYLIB_CURRENT_VERSION = 2.1.1; + DYLIB_CURRENT_VERSION = 2.1.2; ENABLE_BITCODE = YES; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -3634,7 +3634,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.1.1; + MARKETING_VERSION = 2.1.2; MODULEMAP_FILE = ""; PRODUCT_BUNDLE_IDENTIFIER = "com.judopay.JudoKit-iOS"; PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)"; @@ -3681,7 +3681,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.1.1; + MARKETING_VERSION = 2.1.2; MODULEMAP_FILE = ""; PRODUCT_BUNDLE_IDENTIFIER = "com.judopay.JudoKit-iOS"; PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)"; diff --git a/JudoKit_iOSTests/Extensions/JPError/JPErrorAdditionsTests.swift b/JudoKit_iOSTests/Extensions/JPError/JPErrorAdditionsTests.swift index a3945987e..e98045727 100644 --- a/JudoKit_iOSTests/Extensions/JPError/JPErrorAdditionsTests.swift +++ b/JudoKit_iOSTests/Extensions/JPError/JPErrorAdditionsTests.swift @@ -209,7 +209,7 @@ class JPErrorAdditionsTests: XCTestCase { let sampleResponseFormat: [String: Any] = [ "code":404, - "sample": "Page not found!" + "sample": "Page not found!!" ] let error = JPError.judoError(from: sampleResponseFormat) diff --git a/Source/JudoKit.h b/Source/JudoKit.h index 0f4f4fb47..9b13dcb37 100644 --- a/Source/JudoKit.h +++ b/Source/JudoKit.h @@ -32,7 +32,7 @@ @protocol JPAuthorization; static NSString *__nonnull const JudoKitName = @"JudoKit_iOS"; -static NSString *__nonnull const JudoKitVersion = @"2.1.1"; +static NSString *__nonnull const JudoKitVersion = @"2.1.2"; @interface JudoKit : NSObject