From 1c36bf07c848476111d523057a3a63b05328ce2a Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Sun, 15 Mar 2020 09:40:36 -0700 Subject: [PATCH] Bumped version --- GCDWebServer.podspec | 2 +- GCDWebServer.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GCDWebServer.podspec b/GCDWebServer.podspec index 1389f17d..615222dd 100644 --- a/GCDWebServer.podspec +++ b/GCDWebServer.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.name = 'GCDWebServer' - s.version = '3.5.3' + s.version = '3.5.4' s.author = { 'Pierre-Olivier Latour' => 'info@pol-online.net' } s.license = { :type => 'BSD', :file => 'LICENSE' } s.homepage = 'https://github.com/swisspol/GCDWebServer' diff --git a/GCDWebServer.xcodeproj/project.pbxproj b/GCDWebServer.xcodeproj/project.pbxproj index 7ce499a3..7a7d118e 100644 --- a/GCDWebServer.xcodeproj/project.pbxproj +++ b/GCDWebServer.xcodeproj/project.pbxproj @@ -1165,7 +1165,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - BUNDLE_VERSION_STRING = 3.5.2; + BUNDLE_VERSION_STRING = 3.5.4; CLANG_ENABLE_OBJC_ARC = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_OPTIMIZATION_LEVEL = 0; @@ -1206,7 +1206,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - BUNDLE_VERSION_STRING = 3.5.2; + BUNDLE_VERSION_STRING = 3.5.4; CLANG_ENABLE_OBJC_ARC = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_ENABLE_TESTING__;