From be4e3cf02e7f4248b72fa2d3c40c707cfc8a93c8 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 17 Apr 2021 15:44:07 +0200 Subject: [PATCH] Bump versions Signed-off-by: trivernis --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- bot-serenityutils/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fc4a75..9496281 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "bot-serenityutils" -version = "0.2.1" +version = "0.2.2" dependencies = [ "futures", "log 0.4.14", @@ -2318,7 +2318,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tobi-rs" -version = "0.6.2" +version = "0.6.3" dependencies = [ "aspotify", "bot-coreutils", diff --git a/Cargo.toml b/Cargo.toml index 5eb1d38..5d86e9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tobi-rs" -version = "0.6.2" +version = "0.6.3" authors = ["trivernis "] edition = "2018" diff --git a/bot-serenityutils/Cargo.toml b/bot-serenityutils/Cargo.toml index 56f899f..fbebef9 100644 --- a/bot-serenityutils/Cargo.toml +++ b/bot-serenityutils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bot-serenityutils" -version = "0.2.1" +version = "0.2.2" authors = ["trivernis "] edition = "2018"