From f3cb496069336b6637094260137607cabc972778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 19 Nov 2018 11:29:05 +0200 Subject: [PATCH] Update version to 0.3.1 --- 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 2d106c0f..4e1fb18d 100644 --- a/gst-plugin/Cargo.toml +++ b/gst-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin" -version = "0.3.0" +version = "0.3.1" authors = ["Sebastian Dröge "] categories = ["multimedia", "api-bindings"] description = "Infrastructure for writing GStreamer plugins in Rust"