Skip to content

Commit 57faa5d

Browse files
authored
Merge pull request #373 from httpswift/1.4.6
Bump version to 1.4.6 for Swift 5
2 parents 2c274ed + 4761055 commit 57faa5d

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Platform](https://img.shields.io/badge/Platform-Linux%20&%20OSX%20&%20tvOS-4BC51D.svg?style=flat)
2-
![Swift](https://img.shields.io/badge/Swift-4.x-4BC51D.svg?style=flat)
2+
![Swift](https://img.shields.io/badge/Swift-4.x,_5.0-4BC51D.svg?style=flat)
33
![Protocols](https://img.shields.io/badge/Protocols-HTTP%201.1%20&%20WebSockets-4BC51D.svg?style=flat)
44
[![CocoaPods](https://img.shields.io/cocoapods/v/Swifter.svg?style=flat)](https://cocoapods.org/pods/Swifter)
55
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
@@ -72,12 +72,12 @@ server.start()
7272
```ruby
7373
use_frameworks!
7474

75-
pod 'Swifter', '~> 1.4.5'
75+
pod 'Swifter', '~> 1.4.6'
7676
```
7777

7878
### Carthage? Also yes.
7979
```
80-
github "httpswift/swifter" ~> 1.4.5
80+
github "httpswift/swifter" ~> 1.4.6
8181
```
8282

8383
### Swift Package Manager.
@@ -87,7 +87,7 @@ import PackageDescription
8787
let package = Package(
8888
name: "MyServer",
8989
dependencies: [
90-
.package(url: "https://github.com/httpswift/swifter.git", .upToNextMajor(from: "1.4.5"))
90+
.package(url: "https://github.com/httpswift/swifter.git", .upToNextMajor(from: "1.4.6"))
9191
]
9292
)
9393
```

Sources/HttpServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99

1010
public class HttpServer: HttpServerIO {
1111

12-
public static let VERSION = "1.3.3"
12+
public static let VERSION = "1.4.6"
1313

1414
private let router = HttpRouter()
1515

Swifter.podspec

Lines changed: 2 additions & 2 deletions
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.5"
4+
s.version = "1.4.6"
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/httpswift/swifter.git", :tag => "1.4.5" }
12+
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.6" }
1313
s.source_files = 'Sources/*.{swift}'
1414

1515
end

XCode/Swifter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12331233
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
12341234
COPY_PHASE_STRIP = NO;
1235-
CURRENT_PROJECT_VERSION = 1.4.3;
1235+
CURRENT_PROJECT_VERSION = 1.4.6;
12361236
ENABLE_STRICT_OBJC_MSGSEND = YES;
12371237
ENABLE_TESTABILITY = YES;
12381238
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -1293,7 +1293,7 @@
12931293
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12941294
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
12951295
COPY_PHASE_STRIP = YES;
1296-
CURRENT_PROJECT_VERSION = 1.4.3;
1296+
CURRENT_PROJECT_VERSION = 1.4.6;
12971297
ENABLE_NS_ASSERTIONS = NO;
12981298
ENABLE_STRICT_OBJC_MSGSEND = YES;
12991299
GCC_C_LANGUAGE_STANDARD = gnu99;

XCode/SwifterMac/Info.plist

Lines changed: 1 addition & 1 deletion
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.5</string>
18+
<string>1.4.6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

XCode/SwifterSampleiOS/Info.plist

Lines changed: 1 addition & 1 deletion
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.5</string>
18+
<string>1.4.6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

XCode/SwifteriOS/Info.plist

Lines changed: 1 addition & 1 deletion
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.5</string>
18+
<string>1.4.6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

XCode/SwiftertvOS/Info.plist

Lines changed: 1 addition & 1 deletion
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.5</string>
18+
<string>1.4.6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)