diff --git a/GCDWebServer.podspec b/GCDWebServer.podspec index f567221..c7bd7c7 100644 --- a/GCDWebServer.podspec +++ b/GCDWebServer.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.name = 'GCDWebServer' - s.version = '3.5.1' + s.version = '3.5.2' 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 a514b5f..af91532 100644 --- a/GCDWebServer.xcodeproj/project.pbxproj +++ b/GCDWebServer.xcodeproj/project.pbxproj @@ -1169,7 +1169,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - BUNDLE_VERSION_STRING = 3.5.1; + BUNDLE_VERSION_STRING = 3.5.2; CLANG_ENABLE_OBJC_ARC = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_OPTIMIZATION_LEVEL = 0; @@ -1210,7 +1210,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - BUNDLE_VERSION_STRING = 3.5.1; + BUNDLE_VERSION_STRING = 3.5.2; CLANG_ENABLE_OBJC_ARC = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_ENABLE_TESTING__;