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 11Pod ::Spec . new do |s |
22 s . name = 'Mux-Upload-SDK'
33 s . module_name = 'MuxUploadSDK'
4- s . version = '0.5.1 '
4+ s . version = '0.6.0 '
55 s . summary = 'Upload video to Mux.'
66 s . description = 'A library for uploading video to Mux. Similar to UpChunk, but for iOS.'
77
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ public struct Version {
1111 /// Major version.
1212 public static let major = 0
1313 /// Minor version.
14- public static let minor = 5
14+ public static let minor = 6
1515 /// Revision number.
16- public static let revision = 1
16+ public static let revision = 0
1717
1818 /// String form of the version number.
1919 public static let versionString = " \( major) . \( minor) . \( revision) "
You can’t perform that action at this time.
0 commit comments