Skip to content

Commit

Permalink
chore: update version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Aug 24, 2023
1 parent f29629d commit 7328985
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.6.0'
s.version = '0.7.0'
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/SemanticVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct SemanticVersion {
/// Major version component.
public static let major = 0
/// Minor version component.
public static let minor = 6
public static let minor = 7
/// Patch version component.
public static let patch = 0

Expand Down

0 comments on commit 7328985

Please sign in to comment.