diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index 94a00ec2..f2b9c37c 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "LGPL-2.1-or-later" diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml index 05523f47..6fc5532c 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-claxon" -version = "0.6.0" +version = "0.7.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 c809dfe4..481ee5ab 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-csound" -version = "0.6.0" +version = "0.7.0" authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "LGPL-2.1-or-later" diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml index 136fc74c..196b9634 100644 --- a/audio/lewton/Cargo.toml +++ b/audio/lewton/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-lewton" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml index 3070d82a..fa0ef5ad 100644 --- a/generic/file/Cargo.toml +++ b/generic/file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index 5c0e6f0d..1097b444 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-sodium" -version = "0.6.0" +version = "0.7.0" authors = ["Jordan Petridis "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "libsodium-based file encryption and decryption" diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml index bc04ae7b..cf37344f 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-threadshare" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] license = "LGPL-2.1-or-later" description = "Threadshare Plugin" diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml index 7ac9f314..f4398dd1 100644 --- a/net/reqwest/Cargo.toml +++ b/net/reqwest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-reqwest" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml index d8176ab7..5fc6cd6f 100644 --- a/net/rusoto/Cargo.toml +++ b/net/rusoto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rusoto" -version = "0.6.0" +version = "0.7.0" authors = ["Arun Raghavan ", "Jordan Petridis ", "Mathieu Duponchelle "] diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml index 65e60d97..062581b9 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-json" -version = "0.6.0" +version = "0.7.0" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml index ce2e7414..7b1d2853 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-regex" -version = "0.6.0" +version = "0.7.0" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index 4c8831fe..af656b48 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-textwrap" -version = "0.6.0" +version = "0.7.0" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index 551db4cb..322126c9 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tutorial" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index 36fa114b..d400698b 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fallbackswitch" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "LGPL-2.1-or-later" diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml index cf4906dc..f836fecb 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] license = "LGPL-2.1-or-later" description = "Toggle Record Plugin" diff --git a/version-helper/Cargo.toml b/version-helper/Cargo.toml index 3e105fb0..1c3057f3 100644 --- a/version-helper/Cargo.toml +++ b/version-helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-version-helper" -version = "0.6.0" +version = "0.7.0" authors = ["Sajeer Ahamed ", "Sebastian Dröge "] categories = ["development-tools"] diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index 0b0fe9ce..9a15d3ff 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-cdg" -version = "0.6.0" +version = "0.7.0" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml index e023fe16..bb8b6368 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-closedcaption" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge ", "Jordan Petridis ", "Matthew Waters "] license = "LGPL-2.1-or-later" edition = "2018" diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml index d0f37e63..84eb6f44 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-dav1d" -version = "0.6.0" +version = "0.7.0" authors = ["Philippe Normand "] edition = "2018" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml index ad916afc..8feb38a6 100644 --- a/video/flavors/Cargo.toml +++ b/video/flavors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flavors" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index 2f3d8b56..774b709c 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gif" -version = "0.6.0" +version = "0.7.0" authors = ["Markus Ebner "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml index 60cb476c..176103d6 100644 --- a/video/hsv/Cargo.toml +++ b/video/hsv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-hsv" -version = "0.6.0" +version = "0.7.0" authors = ["Julien Bardagi "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml index eb885835..85d7f5d3 100644 --- a/video/rav1e/Cargo.toml +++ b/video/rav1e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rav1e" -version = "0.6.0" +version = "0.7.0" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml index 8649b170..34897703 100644 --- a/video/rspng/Cargo.toml +++ b/video/rspng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rspng" -version = "0.1.0" +version = "0.7.0" authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml index 8a98ed7d..ece19710 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webp" -version = "0.6.0" +version = "0.7.0" authors = ["Mathieu Duponchelle "] license = "LGPL-2.1-or-later" edition = "2018"