Skip to content

Commit 5ca7c27

Browse files
committed
Bumped version
1 parent c663263 commit 5ca7c27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.3.2'
10+
s.version = '3.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
@@ -1208,7 +1208,7 @@
12081208
1DEB928A08733DD80010E9CD /* Debug */ = {
12091209
isa = XCBuildConfiguration;
12101210
buildSettings = {
1211-
BUNDLE_VERSION_STRING = 3.3.2;
1211+
BUNDLE_VERSION_STRING = 3.3.3;
12121212
CLANG_ENABLE_OBJC_ARC = YES;
12131213
ENABLE_STRICT_OBJC_MSGSEND = YES;
12141214
GCC_OPTIMIZATION_LEVEL = 0;
@@ -1245,7 +1245,7 @@
12451245
1DEB928B08733DD80010E9CD /* Release */ = {
12461246
isa = XCBuildConfiguration;
12471247
buildSettings = {
1248-
BUNDLE_VERSION_STRING = 3.3.2;
1248+
BUNDLE_VERSION_STRING = 3.3.3;
12491249
CLANG_ENABLE_OBJC_ARC = YES;
12501250
ENABLE_STRICT_OBJC_MSGSEND = YES;
12511251
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_ENABLE_TESTING__;

0 commit comments

Comments
 (0)