From 0ade0d52f613c646efe0682faf6cd05822a9a12b Mon Sep 17 00:00:00 2001 From: Rayrsn <25773909+Rayrsn@users.noreply.github.com> Date: Tue, 4 Apr 2023 01:39:06 +0300 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36b3c2b..ee24578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-rpc-cli" -version = "1.4.4" +version = "1.4.6" edition = "2021" authors = ["Rayr "] description = "A Discord RPC cli client written purely in Rust"