Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Jun 30, 2023
1 parent 8def840 commit ca8f288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand All @@ -35,7 +35,7 @@ features = ["log"]

[dependencies.command_attr]
path = "./command_attr"
version = "0.4.1"
version = "0.4.2"
optional = true

[dependencies.serde]
Expand Down
2 changes: 1 addition & 1 deletion command_attr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "command_attr"
version = "0.4.1"
version = "0.4.2"
authors = ["acdenisSK <[email protected]>"]
edition = "2018"
description = "Procedural macros for command creation for the Serenity library."
Expand Down

0 comments on commit ca8f288

Please sign in to comment.