From 0d987dc434e14608a8042347a17a05743c835cfd Mon Sep 17 00:00:00 2001 From: AdrianEddy Date: Tue, 27 Aug 2024 09:53:59 +0200 Subject: [PATCH] Release v0.1.10 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 82a48a0..f3ce423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mp4-merge" -version = "0.1.9" +version = "0.1.10" edition = "2021" authors = ["Adrian "] license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index cbe62d0..f2983f7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ mp4_merge IN_FILE1.mp4 IN_FILE2.mp4 IN_FILE3.mp4 ... --out result.mp4 ```toml [dependencies] -mp4-merge = "0.1.9" +mp4-merge = "0.1.10" ``` ```rust let files = ["IN_FILE1.mp4", "IN_FILE2.mp4"];