Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-05-09 12:27:25 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-05-09 12:27:25 +0300
commitf797b72734cb080740c3b025464d2c2c6ab943f7 (patch)
treea87bafc416c6c4075ba0d220f3a86ba523c1367d
parent4bede2cfa387535030959d3cf5a8430e0c798116 (diff)
Update versions to 0.2.1
-rw-r--r--gst-plugin-audiofx/Cargo.toml2
-rw-r--r--gst-plugin-file/Cargo.toml2
-rw-r--r--gst-plugin-flv/Cargo.toml2
-rw-r--r--gst-plugin-http/Cargo.toml2
-rw-r--r--gst-plugin-simple/Cargo.toml2
-rw-r--r--gst-plugin-togglerecord/Cargo.toml2
-rw-r--r--gst-plugin-tutorial/Cargo.toml2
-rw-r--r--gst-plugin/Cargo.toml2
8 files changed, 8 insertions, 8 deletions
diff --git a/gst-plugin-audiofx/Cargo.toml b/gst-plugin-audiofx/Cargo.toml
index d3ab0b8a1..06ece1da9 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 <sebastian@centricular.com>"]
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 041a13731..b88defcbd 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 <sebastian@centricular.com>"]
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 ef938c8f6..638e3140c 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 <sebastian@centricular.com>"]
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 2ecb2519b..119d1e7d7 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 <sebastian@centricular.com>"]
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 a28159547..64fcfca2e 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 <sebastian@centricular.com>"]
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 0c6c4f733..19f515972 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 <sebastian@centricular.com>"]
license = "LGPL-2.1+"
diff --git a/gst-plugin-tutorial/Cargo.toml b/gst-plugin-tutorial/Cargo.toml
index 28a7088de..06771921e 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 <sebastian@centricular.com>"]
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 2742ecdfa..af5bb8b1a 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 <sebastian@centricular.com>"]
categories = ["multimedia"]
description = "Infrastructure for writing GStreamer plugins in Rust"