Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Sep 19, 2022
1 parent f7cc69a commit 16380ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdr10plus_tool"
version = "1.3.2"
version = "1.4.0"
authors = ["quietvoid"]
edition = "2021"
rust-version = "1.57.0"
Expand All @@ -10,10 +10,10 @@ license = "MIT"
bitvec_helpers = "2.0.0"
hdr10plus = { path = "./hdr10plus", features = ["hevc", "json"] }
hevc_parser = { version = "0.5.0", features = ["hevc_io"] }

clap = { version = "3.2.22", features = ["derive", "wrap_help", "deprecated"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }
indicatif = "0.17.1"
bitvec = "1.0.1"
anyhow = "1.0.65"
thiserror = "1.0.35"

Expand Down
2 changes: 1 addition & 1 deletion assets/hevc_tests/regular_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10120,6 +10120,6 @@
},
"ToolInfo": {
"Tool": "hdr10plus_tool",
"Version": "1.3.2"
"Version": "1.4.0"
}
}
2 changes: 1 addition & 1 deletion assets/hevc_tests/single-frame-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
},
"ToolInfo": {
"Tool": "hdr10plus_tool",
"Version": "1.3.2"
"Version": "1.4.0"
}
}

0 comments on commit 16380ca

Please sign in to comment.