From 05e02c886cdae0926b5198c6f8dd4328f81be4b7 Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Mon, 17 Jul 2017 20:31:03 +0200 Subject: [PATCH] Changed from GitHub to GitLab --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a3af32..d32fff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpvipc" -version = "1.1.4" +version = "1.1.5" authors = ["Jonas Frei "] description = "A small library which provides bindings to control existing mpv instances through sockets." license = "GPL-3.0"