From 95ce57363a39303c682d51eccd7257ca406c058d Mon Sep 17 00:00:00 2001 From: Alf Date: Mon, 14 Sep 2020 20:05:03 -0700 Subject: [PATCH] 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6aa7f9e..55e08b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mp4" -version = "0.6.0" +version = "0.7.0" authors = ["Alf "] edition = "2018" description = "MP4 reader and writer library in Rust."