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-15 11:44:09 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-01-15 11:44:09 +0300
commit4a6a95e5a109e0c7aef580bc445b56a6697c218d (patch)
tree604883ff6eaba78824cc2e961954c1a07f5d2bef
parentcbb60eb6e8d46e2c121792598e6116766086e1d3 (diff)
Update version to 0.1.30.1.3
-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 df8e1d632..56619e23f 100644
--- a/gst-plugin/Cargo.toml
+++ b/gst-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin"
-version = "0.1.2"
+version = "0.1.3"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
categories = ["multimedia"]
description = "Infrastructure for writing GStreamer plugins in Rust"