From 1c61a9fe00e3251e757b04540955ba2569bb07ce Mon Sep 17 00:00:00 2001 From: nbabcock Date: Sun, 14 Apr 2024 16:03:57 -0500 Subject: [PATCH] chore: release v1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdaac89..b74cd09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sidecar" -version = "1.0.1" +version = "1.1.0" edition = "2021" description = "Wrap a standalone FFmpeg binary in an intuitive Iterator interface." authors = ["Nathan Babcock "]