From 52393249e64d4c47bcf484f7884230e7589ffa8b Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 27 Jun 2024 10:29:47 +0100 Subject: [PATCH] Bump cocoapods to 3.6.1 (#60) --- FlagsmithClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlagsmithClient.podspec b/FlagsmithClient.podspec index 21e7787..4e56cac 100644 --- a/FlagsmithClient.podspec +++ b/FlagsmithClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FlagsmithClient' - s.version = '3.6.0' + s.version = '3.6.1' s.summary = 'iOS Client written in Swift for Flagsmith. Ship features with confidence using feature flags and remote config.' s.homepage = 'https://github.com/Flagsmith/flagsmith-ios-client' s.license = { :type => 'MIT', :file => 'LICENSE' }