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 e4b3916
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -110,6 +110,10 @@ That's good! Those are the proposed "Spatial Video" metadata boxes that Apple de

## Changelog

### v0.0.8-alpha (2024-03-04)

- Identical to 0.0.7-alpha, but with corrected version info inside the binary.

### v0.0.7-alpha (2024-03-03)

- Extract and set explicit framerate in output file.
Expand Down
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 e4b3916

Please sign in to comment.