From b2c5ad7774616f488e9fc556082da545c5461c21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:18:47 +0000 Subject: [PATCH] chore: bump version to 1.5.1 (#233) * chore: bump version to 1.5.1 * chore: trigger build Co-authored-by: aquelemiguel Co-authored-by: Afonso Ramos --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee4325b..d75439e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,7 +980,7 @@ dependencies = [ [[package]] name = "parrot" -version = "1.5.0" +version = "1.5.1" dependencies = [ "dotenv", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index fb3bb61..5157166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parrot" -version = "1.5.0" +version = "1.5.1" authors = ["aquelemiguel"] edition = "2018" description = "A Discord music bot built in Rust"