From 1f3ba9ef6e169b4d353772cdd41903cdae21190a Mon Sep 17 00:00:00 2001 From: Liu Dingming Date: Fri, 23 Aug 2024 20:22:36 +0800 Subject: [PATCH] Bump version to `0.15.0+ffmpeg.7.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d64293b..d1ae73f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_ffmpeg" -version = "0.14.1+ffmpeg.7.0" +version = "0.15.0+ffmpeg.7.0" authors = ["ldm0 "] edition = "2021" description = "A library that provides Rust bindings for FFmpeg"