update versions

This commit is contained in:
jb-alvarado 2023-01-22 20:43:56 +01:00
parent 70c769b45d
commit 1c2f14095c
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@ -963,7 +963,7 @@ dependencies = [
[[package]]
name = "ffplayout"
version = "0.17.0-beta1"
version = "0.17.0-beta2"
dependencies = [
"chrono",
"clap",
@ -983,7 +983,7 @@ dependencies = [
[[package]]
name = "ffplayout-api"
version = "0.8.4"
version = "0.9.0-beta1"
dependencies = [
"actix-files",
"actix-multipart",
@ -1015,7 +1015,7 @@ dependencies = [
[[package]]
name = "ffplayout-lib"
version = "0.17.0-beta1"
version = "0.17.0-beta2"
dependencies = [
"chrono",
"crossbeam-channel",

View File

@ -4,7 +4,7 @@ description = "Rest API for ffplayout"
license = "GPL-3.0"
authors = ["Jonathan Baecker jonbae77@gmail.com"]
readme = "README.md"
version = "0.8.4"
version = "0.9.0-beta1"
edition = "2021"
[dependencies]

View File

@ -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.17.0-beta1"
version = "0.17.0-beta2"
edition = "2021"
default-run = "ffplayout"

View File

@ -4,7 +4,7 @@ description = "Library for ffplayout"
license = "GPL-3.0"
authors = ["Jonathan Baecker jonbae77@gmail.com"]
readme = "README.md"
version = "0.17.0-beta1"
version = "0.17.0-beta2"
edition = "2021"
[dependencies]