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-02-12 18:46:26 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-02-12 18:46:26 +0300
commit545342e9c20c470fe22435abe434fb91a64b17fb (patch)
tree468966aace9ab0d918fe3efb927b51014e00576b
parent51a23be5903211c85758a2a5e54f9338056b9ad2 (diff)
Update version to 0.1.40.1.4
-rw-r--r--gst-plugin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml
index 56619e23f..5718d2aa1 100644
--- a/gst-plugin/Cargo.toml
+++ b/gst-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin"
-version = "0.1.3"
+version = "0.1.4"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
categories = ["multimedia"]
description = "Infrastructure for writing GStreamer plugins in Rust"