We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d525fe commit 96013fdCopy full SHA for 96013fd
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.3.1'
+ s.version = '0.5.1'
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
@@ -13,7 +13,7 @@ public struct Version {
13
/// Minor version.
14
public static let minor = 5
15
/// Revision number.
16
- public static let revision = 0
+ public static let revision = 1
17
18
/// String form of the version number.
19
public static let versionString = "\(major).\(minor).\(revision)"
0 commit comments