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:12:04 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-01-03 18:14:06 +0300
commit7ae687740dca924a2f61706adb47f4f9e3083ea1 (patch)
tree76930e09eedba3b77504ccd77f0ed2deb1dee649
parent6b553c058f15863524998f7f3925aff72651c37a (diff)
Update version to 0.1.10.1.1
-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 b4c5a0580..5b739a81b 100644
--- a/gst-plugin/Cargo.toml
+++ b/gst-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
categories = ["multimedia"]
description = "Infrastructure for writing GStreamer plugins in Rust"