From d0ccd061a009d7d1d6ad773211920736a17f9b0e Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Fri, 11 Oct 2024 11:45:31 +0200 Subject: [PATCH] chore: update podspec --- UnleashProxyClientSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashProxyClientSwift.podspec b/UnleashProxyClientSwift.podspec index 0d33ac3..0ff85ec 100644 --- a/UnleashProxyClientSwift.podspec +++ b/UnleashProxyClientSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "UnleashProxyClientSwift" -spec.version = "1.3.0" +spec.version = "1.4.0" spec.summary = "Allows frontend clients to talk to unleash through the unleash edge, frontend API or the (deprecated) unleash proxy" spec.homepage = "https://www.getunleash.io" spec.license = { :type => "MIT", :file => "LICENSE" }