From c19329806036013db25856546fa1ef76cb5c543a Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 18 Apr 2021 17:03:19 +0200 Subject: [PATCH] Bump version Signed-off-by: trivernis --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79946c1..d261251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2483,7 +2483,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tobi-rs" -version = "0.6.4" +version = "0.6.5" dependencies = [ "aspotify", "bot-coreutils", diff --git a/Cargo.toml b/Cargo.toml index e86aa75..66d7500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tobi-rs" -version = "0.6.4" +version = "0.6.5" authors = ["trivernis "] edition = "2018"