diff --git a/gst-plugin-audiofx/Cargo.toml b/gst-plugin-audiofx/Cargo.toml index d3ab0b8a..06ece1da 100644 --- a/gst-plugin-audiofx/Cargo.toml +++ b/gst-plugin-audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.2.0" +version = "0.2.1" authors = ["Sebastian Dröge "] repository = "https://github.com/sdroege/gst-plugin-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-file/Cargo.toml b/gst-plugin-file/Cargo.toml index 041a1373..b88defcb 100644 --- a/gst-plugin-file/Cargo.toml +++ b/gst-plugin-file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.2.0" +version = "0.2.1" authors = ["Sebastian Dröge "] repository = "https://github.com/sdroege/gst-plugin-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-flv/Cargo.toml b/gst-plugin-flv/Cargo.toml index ef938c8f..638e3140 100644 --- a/gst-plugin-flv/Cargo.toml +++ b/gst-plugin-flv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flv" -version = "0.2.0" +version = "0.2.1" authors = ["Sebastian Dröge "] repository = "https://github.com/sdroege/gst-plugin-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-http/Cargo.toml b/gst-plugin-http/Cargo.toml index 2ecb2519..119d1e7d 100644 --- a/gst-plugin-http/Cargo.toml +++ b/gst-plugin-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-http" -version = "0.2.0" +version = "0.2.1" authors = ["Sebastian Dröge "] repository = "https://github.com/sdroege/gst-plugin-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-simple/Cargo.toml b/gst-plugin-simple/Cargo.toml index a2815954..64fcfca2 100644 --- a/gst-plugin-simple/Cargo.toml +++ b/gst-plugin-simple/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-simple" -version = "0.2.0" +version = "0.2.1" authors = ["Sebastian Dröge "] repository = "https://github.com/sdroege/gst-plugin-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin-togglerecord/Cargo.toml b/gst-plugin-togglerecord/Cargo.toml index 0c6c4f73..19f51597 100644 --- a/gst-plugin-togglerecord/Cargo.toml +++ b/gst-plugin-togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.2.0" +version = "0.2.1" authors = ["Sebastian Dröge "] license = "LGPL-2.1+" diff --git a/gst-plugin-tutorial/Cargo.toml b/gst-plugin-tutorial/Cargo.toml index 28a7088d..06771921 100644 --- a/gst-plugin-tutorial/Cargo.toml +++ b/gst-plugin-tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tutorial" -version = "0.2.0" +version = "0.2.1" authors = ["Sebastian Dröge "] repository = "https://github.com/sdroege/gst-plugin-rs" license = "MIT/Apache-2.0" diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml index 2742ecdf..af5bb8b1 100644 --- a/gst-plugin/Cargo.toml +++ b/gst-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin" -version = "0.2.0" +version = "0.2.1" authors = ["Sebastian Dröge "] categories = ["multimedia"] description = "Infrastructure for writing GStreamer plugins in Rust"