Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cadubentzen committed Nov 6, 2023
1 parent 9bf6a62 commit f011dc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vvdec"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Carlos Bentzen <[email protected]>"]
description = "Rust bindings for VVdeC"
Expand Down
4 changes: 2 additions & 2 deletions vvdecli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vvdecli"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Carlos Bentzen <[email protected]>"]
description = "CLI application for decoding VVC bitstreams"
Expand All @@ -12,7 +12,7 @@ exclude = ["tests/"]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
thiserror = "1"
vvdec = { path = "..", version = "0.4.0" }
vvdec = { path = "..", version = "0.5.0" }
y4m = "0.8"

[dev-dependencies]
Expand Down

0 comments on commit f011dc5

Please sign in to comment.