From 335ec52b2a10dbb91c3edfd1f58048370285c87e Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Wed, 23 Mar 2022 15:16:18 +0000 Subject: [PATCH] v2.1 --- FlagsmithClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlagsmithClient.podspec b/FlagsmithClient.podspec index e3a9bf0..f686345 100644 --- a/FlagsmithClient.podspec +++ b/FlagsmithClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FlagsmithClient' - s.version = '2.0.0' + s.version = '2.1.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' }