Skip to content

Commit

Permalink
Bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Nov 23, 2021
1 parent 0c6e7b9 commit b8ab042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion twilight-interactions-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twilight-interactions-derive"
version = "0.7.1"
version = "0.7.2"
description = "Macros and utilities to make Discord Interactions easy to use with Twilight."
categories = ["parsing", "configuration", "asynchronous"]
keywords = ["twilight", "discord", "slash-command"]
Expand Down
4 changes: 2 additions & 2 deletions twilight-interactions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twilight-interactions"
version = "0.7.1"
version = "0.7.2"
description = "Macros and utilities to make Discord Interactions easy to use with Twilight."
categories = ["parsing", "configuration", "asynchronous"]
keywords = ["twilight", "discord", "slash-command"]
Expand All @@ -20,7 +20,7 @@ http = ["twilight-http"]

[dependencies]
twilight-model = "0.7.2"
twilight-interactions-derive = { version = "=0.7.1", path = "../twilight-interactions-derive", optional = true }
twilight-interactions-derive = { version = "=0.7.2", path = "../twilight-interactions-derive", optional = true }
twilight-http = { version = "0.7.2", optional = true }

[package.metadata.docs.rs]
Expand Down

0 comments on commit b8ab042

Please sign in to comment.