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

Commit 3c33e9f

Browse files
committed
Bumped version to 3.2.7
1 parent d160e5f commit 3c33e9f

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.2.6'
10+
s.version = '3.2.7'
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
@@ -871,7 +871,7 @@
871871
1DEB928A08733DD80010E9CD /* Debug */ = {
872872
isa = XCBuildConfiguration;
873873
buildSettings = {
874-
BUNDLE_VERSION_STRING = 3.2.6;
874+
BUNDLE_VERSION_STRING = 3.2.7;
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.6;
911+
BUNDLE_VERSION_STRING = 3.2.7;
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)