Skip to content

Commit

Permalink
Release 2.1.2 (#88)
Browse files Browse the repository at this point in the history
* Release 2.1.2

* AppVeyor got stuck again
  • Loading branch information
mpetrenco authored Oct 26, 2020
1 parent f2a14e9 commit 03a5ede
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion JudoKit-iOS.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
12 changes: 6 additions & 6 deletions JudoKit_iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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)";
Expand Down Expand Up @@ -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)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Source/JudoKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 03a5ede

Please sign in to comment.