Skip to content

Commit 36fbff1

Browse files
authored
Update version to 0.3.1 (#541)
1 parent 13313ca commit 36fbff1

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

Cargo.lock

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av1an"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Zen <[email protected]>"]
55
description = """
66
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
@@ -21,8 +21,8 @@ serde_json = "1.0.64"
2121
serde = { version = "1.0.126", features = ["serde_derive"] }
2222
shlex = "1.0.0"
2323
path_abs = "0.5.1"
24-
av1an-cli = { path = "av1an-cli", version = "0.3.0" }
25-
av1an-core = { path = "av1an-core", version = "0.3.0" }
24+
av1an-cli = { path = "av1an-cli", version = "0.3.1" }
25+
av1an-core = { path = "av1an-core", version = "0.3.1" }
2626

2727
[features]
2828
default = ["vapoursynth_new_api"]

av1an-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av1an-cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Zen <[email protected]>"]
55
description = """
66
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Command line library]
@@ -16,7 +16,7 @@ clap = { version = "3.0.0", features = ["derive"] }
1616
shlex = "1.0.0"
1717
path_abs = "0.5.1"
1818
anyhow = "1.0.42"
19-
av1an-core = { path = "../av1an-core", version = "0.3.0" }
19+
av1an-core = { path = "../av1an-core", version = "0.3.1" }
2020
thiserror = "1.0.30"
2121
once_cell = "1.8.0"
2222
ansi_term = "0.12.1"

av1an-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av1an-core"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2018"
55
authors = ["Zen <[email protected]>"]
66
description = """

0 commit comments

Comments
 (0)