From d009bab582513e029924f394c2a3b974f10a44a6 Mon Sep 17 00:00:00 2001 From: uroboro Date: Wed, 2 Oct 2024 14:50:14 +0200 Subject: [PATCH] Bump version to 3.0.5 --- TrustKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrustKit.podspec b/TrustKit.podspec index d5e9ac4..0b7103d 100644 --- a/TrustKit.podspec +++ b/TrustKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TrustKit" - s.version = "3.0.4" + s.version = "3.0.5" 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/'