diff --git a/GCDWebServer.podspec b/GCDWebServer.podspec index 14771d8..d2edf68 100644 --- a/GCDWebServer.podspec +++ b/GCDWebServer.podspec @@ -2,12 +2,12 @@ # http://guides.cocoapods.org/making/getting-setup-with-trunk.html # $ sudo gem update cocoapods # (optional) $ pod trunk register {email} {name} --description={computer} -# $ pod trunk push +# $ pod trunk --verbose push # DELETE THIS SECTION BEFORE PROCEEDING! Pod::Spec.new do |s| s.name = 'GCDWebServer' - s.version = '3.3.1' + s.version = '3.3.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 2977a13..32e6fc0 100644 --- a/GCDWebServer.xcodeproj/project.pbxproj +++ b/GCDWebServer.xcodeproj/project.pbxproj @@ -1208,7 +1208,7 @@ 1DEB928A08733DD80010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - BUNDLE_VERSION_STRING = 3.3.1; + BUNDLE_VERSION_STRING = 3.3.2; CLANG_ENABLE_OBJC_ARC = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_OPTIMIZATION_LEVEL = 0; @@ -1245,7 +1245,7 @@ 1DEB928B08733DD80010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - BUNDLE_VERSION_STRING = 3.3.1; + BUNDLE_VERSION_STRING = 3.3.2; CLANG_ENABLE_OBJC_ARC = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_ENABLE_TESTING__;