From 67303df65eb1f2eb635897a78a927d34921afcde Mon Sep 17 00:00:00 2001 From: Alf Date: Mon, 3 Feb 2020 21:56:55 -0800 Subject: [PATCH] 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e5e946..11de0ca 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.2.0" +version = "0.3.0" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index ff8c41c..4652005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mp4" -version = "0.2.0" +version = "0.3.0" authors = ["Alf "] edition = "2018" diff --git a/README.md b/README.md index e091a3f..cc21ad1 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ISO/IEC 14496-12 - ISO Base Media File Format (QuickTime, MPEG-4, etc) -![Crates.io](https://img.shields.io/crates/v/mp4) -![Crates.io](https://img.shields.io/crates/d/mp4) +[![Crates.io](https://img.shields.io/crates/v/mp4)](https://crates.io/crates/mp4) +[![Crates.io](https://img.shields.io/crates/d/mp4)](https://crates.io/crates/mp4) ## Development