Skip to content

Commit 6fccec5

Browse files
ignatovSAjulien-c
authored andcommitted
Change version to 1.4.3
1 parent b366f5e commit 6fccec5

File tree

6 files changed

+8
-14
lines changed

6 files changed

+8
-14
lines changed

Swifter.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Swifter"
4-
s.version = "1.4.1"
4+
s.version = "1.4.3"
55
s.summary = "Tiny http server engine written in Swift programming language."
66
s.homepage = "https://github.com/glock45/swifter"
77
s.license = { :type => 'Copyright', :file => 'LICENSE' }
88
s.author = { "Damian Kołakowski" => "[email protected]" }
99
s.ios.deployment_target = "8.0"
1010
s.osx.deployment_target = "10.9"
1111
s.tvos.deployment_target = "9.0"
12-
s.source = { :git => "https://github.com/glock45/swifter.git", :tag => "1.4.1" }
12+
s.source = { :git => "https://github.com/glock45/swifter.git", :tag => "1.4.3" }
1313
s.source_files = 'Sources/*.{h,m,swift}'
1414

1515
end

XCode/Swifter.xcodeproj/project.pbxproj

+2-8
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@
845845
isa = XCBuildConfiguration;
846846
buildSettings = {
847847
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
848-
CURRENT_PROJECT_VERSION = 1.4.1;
849848
DEBUG_INFORMATION_FORMAT = dwarf;
850849
DEFINES_MODULE = YES;
851850
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -874,7 +873,6 @@
874873
buildSettings = {
875874
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
876875
COPY_PHASE_STRIP = NO;
877-
CURRENT_PROJECT_VERSION = 1.4.1;
878876
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
879877
DEFINES_MODULE = YES;
880878
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -903,7 +901,6 @@
903901
buildSettings = {
904902
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
905903
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
906-
CURRENT_PROJECT_VERSION = 1.4.1;
907904
DEBUG_INFORMATION_FORMAT = dwarf;
908905
DEFINES_MODULE = YES;
909906
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -931,7 +928,6 @@
931928
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
932929
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
933930
COPY_PHASE_STRIP = NO;
934-
CURRENT_PROJECT_VERSION = 1.4.1;
935931
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
936932
DEFINES_MODULE = YES;
937933
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -959,7 +955,6 @@
959955
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
960956
CODE_SIGN_IDENTITY = "";
961957
COMBINE_HIDPI_IMAGES = YES;
962-
CURRENT_PROJECT_VERSION = 1.4.1;
963958
DEBUG_INFORMATION_FORMAT = dwarf;
964959
DEFINES_MODULE = YES;
965960
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -989,7 +984,6 @@
989984
CODE_SIGN_IDENTITY = "";
990985
COMBINE_HIDPI_IMAGES = YES;
991986
COPY_PHASE_STRIP = NO;
992-
CURRENT_PROJECT_VERSION = 1.4.1;
993987
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
994988
DEFINES_MODULE = YES;
995989
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1041,7 +1035,7 @@
10411035
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10421036
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10431037
COPY_PHASE_STRIP = NO;
1044-
CURRENT_PROJECT_VERSION = 1.4.1;
1038+
CURRENT_PROJECT_VERSION = 1.4.3;
10451039
ENABLE_STRICT_OBJC_MSGSEND = YES;
10461040
ENABLE_TESTABILITY = YES;
10471041
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -1100,7 +1094,7 @@
11001094
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11011095
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
11021096
COPY_PHASE_STRIP = YES;
1103-
CURRENT_PROJECT_VERSION = 1.4.1;
1097+
CURRENT_PROJECT_VERSION = 1.4.3;
11041098
ENABLE_NS_ASSERTIONS = NO;
11051099
ENABLE_STRICT_OBJC_MSGSEND = YES;
11061100
GCC_C_LANGUAGE_STANDARD = gnu99;

XCode/SwifterMac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.0</string>
18+
<string>1.4.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

XCode/SwifterSampleiOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.0</string>
18+
<string>1.4.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

XCode/SwifteriOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.0</string>
18+
<string>1.4.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

XCode/SwiftertvOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.0</string>
18+
<string>1.4.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)