Skip to content

Commit a1c6835

Browse files
committed
Bumped version to 3.3
1 parent e70a333 commit a1c6835

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

GCDWebServer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = 'GCDWebServer'
10-
s.version = '3.2.7'
10+
s.version = '3.3'
1111
s.author = { 'Pierre-Olivier Latour' => '[email protected]' }
1212
s.license = { :type => 'BSD', :file => 'LICENSE' }
1313
s.homepage = 'https://github.com/swisspol/GCDWebServer'

GCDWebServer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@
871871
1DEB928A08733DD80010E9CD /* Debug */ = {
872872
isa = XCBuildConfiguration;
873873
buildSettings = {
874-
BUNDLE_VERSION_STRING = 3.2.7;
874+
BUNDLE_VERSION_STRING = 3.3;
875875
CLANG_ENABLE_OBJC_ARC = YES;
876876
ENABLE_STRICT_OBJC_MSGSEND = YES;
877877
GCC_OPTIMIZATION_LEVEL = 0;
@@ -908,7 +908,7 @@
908908
1DEB928B08733DD80010E9CD /* Release */ = {
909909
isa = XCBuildConfiguration;
910910
buildSettings = {
911-
BUNDLE_VERSION_STRING = 3.2.7;
911+
BUNDLE_VERSION_STRING = 3.3;
912912
CLANG_ENABLE_OBJC_ARC = YES;
913913
ENABLE_STRICT_OBJC_MSGSEND = YES;
914914
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_ENABLE_TESTING__;

0 commit comments

Comments
 (0)