We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96013fd commit ef8163cCopy full SHA for ef8163c
Mux-Upload-SDK.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = 'Mux-Upload-SDK'
3
s.module_name = 'MuxUploadSDK'
4
- s.version = '0.5.1'
+ s.version = '0.6.0'
5
s.summary = 'Upload video to Mux.'
6
s.description = 'A library for uploading video to Mux. Similar to UpChunk, but for iOS.'
7
Sources/MuxUploadSDK/PublicAPI/Version.swift
@@ -11,9 +11,9 @@ public struct Version {
11
/// Major version.
12
public static let major = 0
13
/// Minor version.
14
- public static let minor = 5
+ public static let minor = 6
15
/// Revision number.
16
- public static let revision = 1
+ public static let revision = 0
17
18
/// String form of the version number.
19
public static let versionString = "\(major).\(minor).\(revision)"
0 commit comments