From 3d6b5361645bdfcbab67bd9b694d5a19160df79c Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Mon, 9 Oct 2023 15:57:57 +0100 Subject: [PATCH] chore/version bump (#38) --- FlagsmithClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlagsmithClient.podspec b/FlagsmithClient.podspec index a517467..2d97078 100644 --- a/FlagsmithClient.podspec +++ b/FlagsmithClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FlagsmithClient' - s.version = '3.3.0' + s.version = '3.4.0' 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' }