From ca8f28831e5a708cba03c7c61687a6d607a5fd56 Mon Sep 17 00:00:00 2001 From: "Alex M. M" Date: Fri, 30 Jun 2023 18:49:14 +0200 Subject: [PATCH] Bump versions --- Cargo.toml | 4 ++-- command_attr/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40dee910072..e0d0044643c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "ISC" name = "serenity" readme = "README.md" repository = "https://github.com/serenity-rs/serenity.git" -version = "0.11.5" +version = "0.11.6" edition = "2018" include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"] @@ -35,7 +35,7 @@ features = ["log"] [dependencies.command_attr] path = "./command_attr" -version = "0.4.1" +version = "0.4.2" optional = true [dependencies.serde] diff --git a/command_attr/Cargo.toml b/command_attr/Cargo.toml index 2bcccd2d5ee..f5365236073 100644 --- a/command_attr/Cargo.toml +++ b/command_attr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "command_attr" -version = "0.4.1" +version = "0.4.2" authors = ["acdenisSK "] edition = "2018" description = "Procedural macros for command creation for the Serenity library."