File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
-
2
- # 3.4
1
+ # 3.4.0
3
2
4
3
## Bugfix
5
4
- Fixed an issue that prevented TUSKit from uploading large files (2GB+) [ #193 ] ( https://github.com/tus/TUSKit/issues/193 )
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.3
1
+ // swift-tools-version:5.5.1
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
@@ -23,4 +23,4 @@ let package = Package(
23
23
dependencies: [ " TUSKit " ] ,
24
24
resources: [ . process( " Resources " ) ] ) // Required to have SwiftPM generate a bundle with resource files
25
25
]
26
- )
26
+ )
Original file line number Diff line number Diff line change 7
7
8
8
Pod ::Spec . new do |s |
9
9
s . name = 'TUSKit'
10
- s . version = '3.3 '
10
+ s . version = '3.4 '
11
11
s . summary = 'TUSKit client in Swift'
12
12
s . swift_version = '5.0'
13
13
You can’t perform that action at this time.
0 commit comments