Skip to content

Commit

Permalink
chore(version): Bump version to 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze authored and github-actions[bot] committed Jul 25, 2024
1 parent 2ea3a1b commit bc59d10
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions cadency/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cadency"
version = "0.6.7"
version = "0.6.8"
edition = "2021"
description = "An extensible discord bot with support with music commands"
license = "MIT"
Expand All @@ -15,8 +15,8 @@ tokio = { workspace = true }

[dependencies.cadency_core]
path = "../cadency_core"
version = "0.6.7"
version = "0.6.8"

[dependencies.cadency_commands]
path = "../cadency_commands"
version = "0.6.7"
version = "0.6.8"
2 changes: 1 addition & 1 deletion cadency_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cadency_codegen"
version = "0.6.7"
version = "0.6.8"
edition = "2021"
description = "Library with codegen macros for the cadency discord bot"
license = "MIT"
Expand Down
8 changes: 4 additions & 4 deletions cadency_commands/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cadency_commands"
version = "0.6.7"
version = "0.6.8"
edition = "2021"
description = "Library with a collection of some commands for the cadency discord bot"
license = "MIT"
Expand All @@ -19,12 +19,12 @@ rand = "0.8.5"

[dependencies.cadency_core]
path = "../cadency_core"
version = "0.6.7"
version = "0.6.8"

[dependencies.cadency_codegen]
path = "../cadency_codegen"
version = "0.6.7"
version = "0.6.8"

[dependencies.cadency_yt_playlist]
path = "../cadency_yt_playlist"
version = "0.6.7"
version = "0.6.8"
2 changes: 1 addition & 1 deletion cadency_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cadency_core"
version = "0.6.7"
version = "0.6.8"
edition = "2021"
description = "Library with the core logic for the cadency discord bot"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion cadency_yt_playlist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cadency_yt_playlist"
version = "0.6.7"
version = "0.6.8"
edition = "2021"
description = "Library of the cadency discord bot to interact with youtube playlists"
license = "MIT"
Expand Down
8 changes: 4 additions & 4 deletions examples/custom_commands/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_commands"
version = "0.6.7"
version = "0.6.8"
edition = "2021"
description = "An example how to integrate custom commands into cadency_rs"
license = "MIT"
Expand All @@ -19,12 +19,12 @@ log = { workspace = true }

[dependencies.cadency_core]
path = "../../cadency_core"
version = "0.6.7"
version = "0.6.8"

[dependencies.cadency_codegen]
path = "../../cadency_codegen"
version = "0.6.7"
version = "0.6.8"

[dependencies.cadency_commands]
path = "../../cadency_commands"
version = "0.6.7"
version = "0.6.8"

0 comments on commit bc59d10

Please sign in to comment.