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-01-03 18:50:58 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-01-03 18:52:16 +0300
commit6c7e00e5f6ffaa52ae58b1b3d2c1cb8b6fc608df (patch)
tree7d1b22da0f54a146268018cf437d642c6ae76c4d
parentd2f47ee09e897cd780c496938780f37daf4fa1a3 (diff)
Update version to 0.1.20.1.2
-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/Cargo.toml2
7 files changed, 7 insertions, 7 deletions
diff --git a/gst-plugin-audiofx/Cargo.toml b/gst-plugin-audiofx/Cargo.toml
index 01b4f8e9d..86f4a5a5b 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 <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 1d32abfc3..218488407 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 <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 92bb7e33c..243df1e52 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 <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 3c02f1b14..5cdf47f89 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 <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 6aff5bd48..69fd0c974 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 <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 d7284d65e..d5dba182f 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 <sebastian@centricular.com>"]
license = "LGPL-2.1+"
diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml
index 5b739a81b..5fb99cb9a 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 <sebastian@centricular.com>"]
categories = ["multimedia"]
description = "Infrastructure for writing GStreamer plugins in Rust"