Skip to content

Commit c21a3ff

Browse files
author
Lucas Nelaupe
authored
Update swift (#397)
1 parent c17e09a commit c21a3ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3
1+
5.5.3

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.5.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

SwiftQueue.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.author = { "Lucas Nelaupe" => "[email protected]" }
99
s.source = { :git => "https://github.com/lucas34/SwiftQueue.git", :tag => s.version.to_s }
1010

11-
s.swift_version = '5.3'
11+
s.swift_version = '5.5.3'
1212

1313
s.ios.deployment_target = "8.0"
1414
s.tvos.deployment_target= "9.0"

0 commit comments

Comments
 (0)