diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml index 190d3437..c0443785 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-claxon" -version = "0.1.0" +version = "0.6.0" authors = ["Ruben Gonzalez "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml index ed676228..4fe24100 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-csound" -version = "0.1.0" +version = "0.6.0" authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "LGPL-2.1+" diff --git a/audio/transcribe/Cargo.toml b/audio/transcribe/Cargo.toml index a36ea934..a0407eda 100644 --- a/audio/transcribe/Cargo.toml +++ b/audio/transcribe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-transcribe" -version = "0.1.0" +version = "0.6.0" authors = ["Jordan Petridis ", "Mathieu Duponchelle "] edition = "2018" description = "AWS Transcribe plugin" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index b6ddfa63..1ddb0b49 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-sodium" -version = "0.1.0" +version = "0.6.0" authors = ["Jordan Petridis "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "libsodium-based file encryption and decryption" diff --git a/version-helper/Cargo.toml b/version-helper/Cargo.toml index 8e0758d7..60904a66 100644 --- a/version-helper/Cargo.toml +++ b/version-helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-version-helper" -version = "0.2.0" +version = "0.6.0" authors = ["Sajeer Ahamed ", "Sebastian Dröge "] categories = ["development-tools"] diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index a4466d7f..fea5cfe9 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gif" -version = "0.1.0" +version = "0.6.0" authors = ["Markus Ebner "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0"