Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 1c36bf0

Browse files
committed
Bumped version
1 parent df8d66f commit 1c36bf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GCDWebServer.podspec

+1-1
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.5.3'
10+
s.version = '3.5.4'
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@
11651165
isa = XCBuildConfiguration;
11661166
buildSettings = {
11671167
ALWAYS_SEARCH_USER_PATHS = NO;
1168-
BUNDLE_VERSION_STRING = 3.5.2;
1168+
BUNDLE_VERSION_STRING = 3.5.4;
11691169
CLANG_ENABLE_OBJC_ARC = YES;
11701170
ENABLE_STRICT_OBJC_MSGSEND = YES;
11711171
GCC_OPTIMIZATION_LEVEL = 0;
@@ -1206,7 +1206,7 @@
12061206
isa = XCBuildConfiguration;
12071207
buildSettings = {
12081208
ALWAYS_SEARCH_USER_PATHS = NO;
1209-
BUNDLE_VERSION_STRING = 3.5.2;
1209+
BUNDLE_VERSION_STRING = 3.5.4;
12101210
CLANG_ENABLE_OBJC_ARC = YES;
12111211
ENABLE_STRICT_OBJC_MSGSEND = YES;
12121212
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_ENABLE_TESTING__;

0 commit comments

Comments
 (0)