From 5718ba8720b4dafc5360aebfbc9762e2d5f2615e Mon Sep 17 00:00:00 2001 From: Amos Joshua Date: Thu, 24 Aug 2023 16:39:34 +0200 Subject: [PATCH] bump version to 3.0.3 --- TrustKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrustKit.podspec b/TrustKit.podspec index af0e859..6f75dff 100644 --- a/TrustKit.podspec +++ b/TrustKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TrustKit" - s.version = "3.0.2" + s.version = "3.0.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/'