From ef50c77658058239f3670c4adaa893409f0e9699 Mon Sep 17 00:00:00 2001 From: jojii Date: Fri, 22 Jan 2021 11:44:48 +0100 Subject: [PATCH] prepare v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 036064d..6ed2300 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "mediad" -version = "0.1.0" +version = "0.1.1" dependencies = [ "evdev", "mpris", diff --git a/Cargo.toml b/Cargo.toml index 6f9b03d..6e676b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mediad" -version = "0.1.0" +version = "0.1.1" license = "GPL-3.0" authors = ["jojii "] repository = "https://github.com/JojiiOfficial/MediaD"