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

Commit 4739d20

Browse files
committed
Bumped version
1 parent f57c307 commit 4739d20

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.1'
10+
s.version = '3.5.2'
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
@@ -1169,7 +1169,7 @@
11691169
isa = XCBuildConfiguration;
11701170
buildSettings = {
11711171
ALWAYS_SEARCH_USER_PATHS = NO;
1172-
BUNDLE_VERSION_STRING = 3.5.1;
1172+
BUNDLE_VERSION_STRING = 3.5.2;
11731173
CLANG_ENABLE_OBJC_ARC = YES;
11741174
ENABLE_STRICT_OBJC_MSGSEND = YES;
11751175
GCC_OPTIMIZATION_LEVEL = 0;
@@ -1210,7 +1210,7 @@
12101210
isa = XCBuildConfiguration;
12111211
buildSettings = {
12121212
ALWAYS_SEARCH_USER_PATHS = NO;
1213-
BUNDLE_VERSION_STRING = 3.5.1;
1213+
BUNDLE_VERSION_STRING = 3.5.2;
12141214
CLANG_ENABLE_OBJC_ARC = YES;
12151215
ENABLE_STRICT_OBJC_MSGSEND = YES;
12161216
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_ENABLE_TESTING__;

0 commit comments

Comments
 (0)