From 2fb6ce731fd51f745f6cc3393462865b95c3df3c Mon Sep 17 00:00:00 2001 From: uroboro Date: Fri, 22 Mar 2024 18:00:30 +0100 Subject: [PATCH] Bump version to 3.0.4 --- TrustKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrustKit.podspec b/TrustKit.podspec index 3e8fc9c..d5e9ac4 100644 --- a/TrustKit.podspec +++ b/TrustKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TrustKit" - s.version = "3.0.3" + s.version = "3.0.4" 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/'