update version

This commit is contained in:
jb-alvarado 2024-07-10 09:28:38 +02:00
parent 217df52afe
commit 97acb8e771
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1061,7 +1061,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "ffplayout"
version = "0.24.0-alpha1"
version = "0.24.0-alpha2"
dependencies = [
"actix-files",
"actix-multipart",
@ -3336,7 +3336,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.24.0-alpha1"
version = "0.24.0-alpha2"
dependencies = [
"chrono",
"crossbeam-channel",

View File

@ -4,7 +4,7 @@ default-members = ["ffplayout", "tests"]
resolver = "2"
[workspace.package]
version = "0.24.0-alpha1"
version = "0.24.0-alpha2"
license = "GPL-3.0"
repository = "https://github.com/ffplayout/ffplayout"
authors = ["Jonathan Baecker <jonbae77@gmail.com>"]