File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 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
32
43## Bugfix
54- 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
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
@@ -23,4 +23,4 @@ let package = Package(
2323 dependencies: [ " TUSKit " ] ,
2424 resources: [ . process( " Resources " ) ] ) // Required to have SwiftPM generate a bundle with resource files
2525 ]
26- )
26+ )
Original file line number Diff line number Diff line change 77
88Pod ::Spec . new do |s |
99 s . name = 'TUSKit'
10- s . version = '3.3 '
10+ s . version = '3.4 '
1111 s . summary = 'TUSKit client in Swift'
1212 s . swift_version = '5.0'
1313
You can’t perform that action at this time.
0 commit comments