Skip to content

Commit 96013fd

Browse files
committed
Version updates (#91)
1 parent 1d525fe commit 96013fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mux-Upload-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'Mux-Upload-SDK'
33
s.module_name = 'MuxUploadSDK'
4-
s.version = '0.3.1'
4+
s.version = '0.5.1'
55
s.summary = 'Upload video to Mux.'
66
s.description = 'A library for uploading video to Mux. Similar to UpChunk, but for iOS.'
77

Sources/MuxUploadSDK/PublicAPI/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public struct Version {
1313
/// Minor version.
1414
public static let minor = 5
1515
/// Revision number.
16-
public static let revision = 0
16+
public static let revision = 1
1717

1818
/// String form of the version number.
1919
public static let versionString = "\(major).\(minor).\(revision)"

0 commit comments

Comments
 (0)