diff --git a/gst-plugin-audiofx/Cargo.toml b/gst-plugin-audiofx/Cargo.toml index cdd47b70..52a09dda 100644 --- a/gst-plugin-audiofx/Cargo.toml +++ b/gst-plugin-audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-cdg/Cargo.toml b/gst-plugin-cdg/Cargo.toml index 6329b999..5ff2d309 100644 --- a/gst-plugin-cdg/Cargo.toml +++ b/gst-plugin-cdg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-cdg" -version = "0.5.0" +version = "0.6.0" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-closedcaption/Cargo.toml b/gst-plugin-closedcaption/Cargo.toml index 364bcb49..af55909f 100644 --- a/gst-plugin-closedcaption/Cargo.toml +++ b/gst-plugin-closedcaption/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-closedcaption" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Dröge ", "Jordan Petridis "] license = "LGPL-2.1+" edition = "2018" diff --git a/gst-plugin-file/Cargo.toml b/gst-plugin-file/Cargo.toml index 423ff6de..f064d23a 100644 --- a/gst-plugin-file/Cargo.toml +++ b/gst-plugin-file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-flv/Cargo.toml b/gst-plugin-flv/Cargo.toml index bf8b114f..1bceaa41 100644 --- a/gst-plugin-flv/Cargo.toml +++ b/gst-plugin-flv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flv" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-rav1e/Cargo.toml b/gst-plugin-rav1e/Cargo.toml index 310b6453..d044f1b7 100644 --- a/gst-plugin-rav1e/Cargo.toml +++ b/gst-plugin-rav1e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rav1e" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-reqwest/Cargo.toml b/gst-plugin-reqwest/Cargo.toml index 098db1ac..40497d96 100644 --- a/gst-plugin-reqwest/Cargo.toml +++ b/gst-plugin-reqwest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-reqwest" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-s3/Cargo.toml b/gst-plugin-s3/Cargo.toml index 67272fa9..2f7291d2 100644 --- a/gst-plugin-s3/Cargo.toml +++ b/gst-plugin-s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-s3" -version = "0.5.0" +version = "0.6.0" authors = ["Arun Raghavan "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-threadshare/Cargo.toml b/gst-plugin-threadshare/Cargo.toml index ebbfb992..3c48488f 100644 --- a/gst-plugin-threadshare/Cargo.toml +++ b/gst-plugin-threadshare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-threadshare" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Dröge "] license = "LGPL-2.1+" description = "Threadshare Plugin" diff --git a/gst-plugin-togglerecord/Cargo.toml b/gst-plugin-togglerecord/Cargo.toml index dab740be..993940bc 100644 --- a/gst-plugin-togglerecord/Cargo.toml +++ b/gst-plugin-togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Dröge "] license = "LGPL-2.1+" description = "Toggle Record Plugin" diff --git a/gst-plugin-tutorial/Cargo.toml b/gst-plugin-tutorial/Cargo.toml index cc31e555..016bd8d2 100644 --- a/gst-plugin-tutorial/Cargo.toml +++ b/gst-plugin-tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tutorial" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0"