Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sturmen committed Jan 30, 2024
1 parent 35286a9 commit c5c2c01
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.4-alpha",
version: "0.0.5-alpha",
subcommands: [Split.self, Merge.self],
defaultSubcommand: Split.self)
}
Expand Down

0 comments on commit c5c2c01

Please sign in to comment.