From bc2c7fa96517c179bbf975cd7f8e1d508a5b5bd1 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Thu, 25 Nov 2021 10:03:33 +0000 Subject: [PATCH] Version bump --- FlagsmithClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlagsmithClient.podspec b/FlagsmithClient.podspec index ff86c75..daf9327 100644 --- a/FlagsmithClient.podspec +++ b/FlagsmithClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FlagsmithClient' - s.version = '1.1.1' + s.version = '1.1.2' 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' }