From f18d39095b2903916f1b7b5b232e3a54bb4ee8b8 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Tue, 21 Feb 2023 12:59:05 +0000 Subject: [PATCH] 3.2.0 (#27) --- FlagsmithClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlagsmithClient.podspec b/FlagsmithClient.podspec index 6b0dc5f..4599a60 100644 --- a/FlagsmithClient.podspec +++ b/FlagsmithClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FlagsmithClient' - s.version = '3.1.0' + s.version = '3.2.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' }