From 03bcb33cac37ce17edc462d3c0d95a1156203fa5 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Wed, 22 Feb 2023 10:55:42 +0000 Subject: [PATCH] release/3.2.1 (#29) --- FlagsmithClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlagsmithClient.podspec b/FlagsmithClient.podspec index 4599a60..70b5599 100644 --- a/FlagsmithClient.podspec +++ b/FlagsmithClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FlagsmithClient' - s.version = '3.2.0' + s.version = '3.2.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' }