From 757077f03c74ac1e6d6373711884feaef928576e Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Mon, 30 May 2022 21:43:50 +0200 Subject: [PATCH] new version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90738ca4..11dd2afa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "ffplayout-engine" -version = "0.9.7" +version = "0.9.8" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7becd4d6..168e4292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "24/7 playout based on rust and ffmpeg" license = "GPL-3.0" authors = ["Jonathan Baecker jonbae77@gmail.com"] readme = "README.md" -version = "0.9.7" +version = "0.9.8" edition = "2021" default-run = "ffplayout"