File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/MuxUploadSDK/PublicAPI Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Mux-Upload-SDK'
3
3
s . module_name = 'MuxUploadSDK'
4
- s . version = '0.5.1 '
4
+ s . version = '0.6.0 '
5
5
s . summary = 'Upload video to Mux.'
6
6
s . description = 'A library for uploading video to Mux. Similar to UpChunk, but for iOS.'
7
7
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ public struct Version {
11
11
/// Major version.
12
12
public static let major = 0
13
13
/// Minor version.
14
- public static let minor = 5
14
+ public static let minor = 6
15
15
/// Revision number.
16
- public static let revision = 1
16
+ public static let revision = 0
17
17
18
18
/// String form of the version number.
19
19
public static let versionString = " \( major) . \( minor) . \( revision) "
You can’t perform that action at this time.
0 commit comments