Skip to content

Commit ef8163c

Browse files
committed
fix: adjust version
1 parent 96013fd commit ef8163c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Mux-Upload-SDK.podspec

+1-1
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.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

Sources/MuxUploadSDK/PublicAPI/Version.swift

+2-2
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)