Skip to content

Commit 4193120

Browse files
committed
Version 0.6.1
1 parent 1fe0992 commit 4193120

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ members = [
99
opt-level = 1
1010

1111
[replace]
12-
"av-metrics:0.6.0" = { path = "av_metrics" }
12+
"av-metrics:0.6.1" = { path = "av_metrics" }

av_metrics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av-metrics"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Josh Holmer <[email protected]>"]
55
edition = "2018"
66
description = "A collection of algorithms for measuring audio/video metrics"

av_metrics_tool/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av-metrics-tool"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Josh Holmer <[email protected]>"]
55
edition = "2018"
66
description = "A CLI tool for measuring audio/video metrics"

0 commit comments

Comments
 (0)