From bcb9db292105f1d3db2094b89329777e8b368cbe Mon Sep 17 00:00:00 2001 From: Miguel Mano Date: Sun, 6 Mar 2022 22:12:01 +0000 Subject: [PATCH] bump: `v1.3.1` (#167) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 881b8d01..5599ddac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "parrot" -version = "1.3.0" +version = "1.3.1" dependencies = [ "dotenv", "rand 0.8.4", diff --git a/Cargo.toml b/Cargo.toml index 93751797..fa54833b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parrot" -version = "1.3.0" +version = "1.3.1" authors = ["aquelemiguel"] edition = "2018" description = "A Discord music bot built in Rust"