From 545342e9c20c470fe22435abe434fb91a64b17fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 12 Feb 2018 17:46:26 +0200 Subject: [PATCH] Update version to 0.1.4 --- gst-plugin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml index 56619e23..5718d2aa 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 "] categories = ["multimedia"] description = "Infrastructure for writing GStreamer plugins in Rust"