From 701b7df9b02df39ba043e339b72495487bdde175 Mon Sep 17 00:00:00 2001 From: nbabcock Date: Sun, 13 Oct 2024 16:04:21 -0500 Subject: [PATCH] chore: release v1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58ab9ea..fbe85da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sidecar" -version = "1.1.2" +version = "1.2.0" edition = "2021" description = "Wrap a standalone FFmpeg binary in an intuitive Iterator interface." authors = ["Nathan Babcock "]