Skip to content

Commit

Permalink
Fix versioning error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sturmen committed Mar 4, 2024
1 parent 41bbfce commit 4bdbf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SpatialMediaKitTool/SpatialMediaKitTool.swift
Expand Up @@ -17,7 +17,7 @@ struct SpatialMediaKitTool: ParsableCommand {

static var configuration = CommandConfiguration(
abstract: "A utility for transforming spatial media.",
version: "0.0.5-alpha",
version: "0.0.8-alpha",
subcommands: [Split.self, Merge.self],
defaultSubcommand: Split.self)
}
Expand Down

0 comments on commit 4bdbf0b

Please sign in to comment.