Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Sep 3, 2020
1 parent ff9ba97 commit c8e32f1
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.9.0-rc.0"
version = "0.9.0-rc.1"
edition = "2018"

[dependencies]
Expand All @@ -27,7 +27,7 @@ version = "0.2"

[dependencies.command_attr]
path = "./command_attr"
version = "0.3.0-rc.0"
version = "0.3.0-rc.1"
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.3.0-rc.0"
version = "0.3.0-rc.1"
authors = ["acdenisSK <acdenissk69@gmail.com>"]
edition = "2018"
description = "Procedural macros for command creation for the Serenity library."
Expand Down

0 comments on commit c8e32f1

Please sign in to comment.