Skip to content

Commit

Permalink
Version updates (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Aug 23, 2023
1 parent f2b8067 commit 36d7be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mux-Upload-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Mux-Upload-SDK'
s.module_name = 'MuxUploadSDK'
s.version = '0.3.1'
s.version = '0.5.1'
s.summary = 'Upload video to Mux.'
s.description = 'A library for uploading video to Mux. Similar to UpChunk, but for iOS.'

Expand Down
2 changes: 1 addition & 1 deletion Sources/MuxUploadSDK/PublicAPI/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public struct Version {
/// Minor version.
public static let minor = 5
/// Revision number.
public static let revision = 0
public static let revision = 1

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

0 comments on commit 36d7be7

Please sign in to comment.