From e637fb761e95a7403f390857b11ef914c9f91c44 Mon Sep 17 00:00:00 2001 From: Alf Date: Thu, 4 Jun 2020 23:12:49 -0700 Subject: [PATCH] 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed1aa35..49d6286 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mp4" -version = "0.4.0" +version = "0.4.1" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 63b3c43..be5ef66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mp4" -version = "0.4.0" +version = "0.4.1" authors = ["Alf "] edition = "2018"