From 18f1718b70955e2982f81b9827aa396b533c4fbc Mon Sep 17 00:00:00 2001 From: Alfred Gutierrez Date: Mon, 31 Jul 2023 20:54:29 -0700 Subject: [PATCH] Release 0.14.0 (#117) * Update Cargo.toml * Update README.md --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bd5f479..ec35a0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mp4" -version = "0.13.0" +version = "0.14.0" authors = ["Alf "] edition = "2018" description = "MP4 reader and writer library in Rust." diff --git a/README.md b/README.md index e011773..91778ec 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ cargo add mp4 ``` or add to your `Cargo.toml`: ```toml -mp4 = "0.13.0" +mp4 = "0.14.0" ``` #### Documentation