Skip to content

Commit

Permalink
fix: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed May 22, 2024
1 parent 50d5215 commit fdf91cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/MuxUploadSDK/PublicAPI/SemanticVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import Foundation
/// Version information about the SDK
public struct SemanticVersion {
/// Major version component.
public static let major = 0
public static let major = 1
/// Minor version component.
public static let minor = 7
public static let minor = 0
/// Patch version component.
public static let patch = 0

Expand Down

0 comments on commit fdf91cb

Please sign in to comment.