From 620ba6e18509cb0813af83564c4aecf60c891e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 16 Dec 2022 18:53:37 +0200 Subject: [PATCH] livesync: Fix version --- utils/livesync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/livesync/Cargo.toml b/utils/livesync/Cargo.toml index ccd6e206..fc038484 100644 --- a/utils/livesync/Cargo.toml +++ b/utils/livesync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-livesync" -version = "0.9.0-alpha.1" +version = "0.10.0-alpha.1" authors = ["Jan Alexander Steffens (heftig) "] license = "MPL-2.0" description = "Livesync Plugin"