From c5e36cc00b3a0f147ed9887a0b7c51c965e0a6d8 Mon Sep 17 00:00:00 2001 From: Alban Diquet Date: Tue, 5 Nov 2019 16:08:53 -0800 Subject: [PATCH] Bump version number --- TrustKit.podspec | 2 +- TrustKit/TSKTrustKitConfig.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TrustKit.podspec b/TrustKit.podspec index 9cc5e9c7..38c32632 100644 --- a/TrustKit.podspec +++ b/TrustKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TrustKit" - s.version = "1.6.2" + s.version = "1.6.3" s.summary = 'TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS, tvOS or watchOS App.' s.homepage = "https://datatheorem.github.io/TrustKit" s.documentation_url = 'https://datatheorem.github.io/TrustKit/documentation/' diff --git a/TrustKit/TSKTrustKitConfig.m b/TrustKit/TSKTrustKitConfig.m index 7618280a..ffa4eaa1 100644 --- a/TrustKit/TSKTrustKitConfig.m +++ b/TrustKit/TSKTrustKitConfig.m @@ -11,7 +11,7 @@ #import "TSKTrustKitConfig.h" -NSString * const TrustKitVersion = @"1.6.2"; +NSString * const TrustKitVersion = @"1.6.3"; // General keys const TSKGlobalConfigurationKey kTSKSwizzleNetworkDelegates = @"TSKSwizzleNetworkDelegates";