diff --git a/gst-plugin-audiofx/Cargo.toml b/gst-plugin-audiofx/Cargo.toml index 01b4f8e9..86f4a5a5 100644 --- a/gst-plugin-audiofx/Cargo.toml +++ b/gst-plugin-audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.1.0" +version = "0.1.2" 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 1d32abfc..21848840 100644 --- a/gst-plugin-file/Cargo.toml +++ b/gst-plugin-file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.1.0" +version = "0.1.2" 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 92bb7e33..243df1e5 100644 --- a/gst-plugin-flv/Cargo.toml +++ b/gst-plugin-flv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flv" -version = "0.1.0" +version = "0.1.2" 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 3c02f1b1..5cdf47f8 100644 --- a/gst-plugin-http/Cargo.toml +++ b/gst-plugin-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-http" -version = "0.1.0" +version = "0.1.2" 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 6aff5bd4..69fd0c97 100644 --- a/gst-plugin-simple/Cargo.toml +++ b/gst-plugin-simple/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-simple" -version = "0.1.0" +version = "0.1.2" 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 d7284d65..d5dba182 100644 --- a/gst-plugin-togglerecord/Cargo.toml +++ b/gst-plugin-togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.1.0" +version = "0.1.2" authors = ["Sebastian Dröge "] license = "LGPL-2.1+" diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml index 5b739a81..5fb99cb9 100644 --- a/gst-plugin/Cargo.toml +++ b/gst-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin" -version = "0.1.1" +version = "0.1.2" authors = ["Sebastian Dröge "] categories = ["multimedia"] description = "Infrastructure for writing GStreamer plugins in Rust"