Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Nov 24, 2024
1 parent 4195522 commit adf0877
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [ ] Decide on whether to use ephemeral for admin messages.


## v0.3.16-alpha.1 (2024/12/12)
## v0.3.16-alpha.2 (2024/12/12)
- [ ] update to serenity-next branch

## v0.3.15-alpha.2 (2024/11/23)
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crack-bf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crack-bf"
version = "0.3.16-alpha.1"
version = "0.3.16-alpha.2"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
Expand Down
2 changes: 1 addition & 1 deletion crack-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Cycle Five <[email protected]>"]
name = "cracktunes"
version = "0.3.16-alpha.1"
version = "0.3.16-alpha.2"
description = "Cracktunes is a hassle-free, highly performant, host-it-yourself, cracking smoking, discord-music-bot."
publish = true
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crack-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crack-core"
version = "0.3.16-alpha.1"
version = "0.3.16-alpha.2"
authors = ["Cycle Five <[email protected]>"]
edition = "2021"
description = "Core module for the cracking smoking, discord-music-bot Cracktunes."
Expand Down
2 changes: 1 addition & 1 deletion crack-gpt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crack-gpt"
version = "0.3.16-alpha.1"
version = "0.3.16-alpha.2"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
Expand Down
2 changes: 1 addition & 1 deletion crack-osint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crack-osint"
version = "0.3.16-alpha.1"
version = "0.3.16-alpha.2"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
Expand Down
4 changes: 2 additions & 2 deletions crack-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Cycle Five <[email protected]>"]
name = "crack-testing"
version = "0.3.16-alpha.1"
version = "0.3.16-alpha.2"
edition = "2021"
publish = true
license = "MIT"
Expand Down Expand Up @@ -34,7 +34,7 @@ reqwest = { version = "0.12.9", default-features = false, features = [
] }
serenity = { workspace = true }
tracing = "0.1.40"
tokio = { workspace = true }
tokio = { workspace = true }
thiserror = "1.0.69"
poise = { branch = "serenity-next", git = "https://github.com/serenity-rs/poise", default-features = true }
url = "2.5"
Expand Down
18 changes: 9 additions & 9 deletions crack-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crack-types"
version = "0.3.16-alpha.1"
version = "0.3.16-alpha.2"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
Expand All @@ -26,14 +26,14 @@ serenity = { workspace = true }
tokio = { workspace = true }
typemap_rev = "0.3.0"
reqwest = { version = "0.12.9", default-features = false, features = [
"blocking",
"json",
"multipart",
"rustls-tls",
"cookies",
"charset",
"http2",
"macos-system-configuration",
"blocking",
"json",
"multipart",
"rustls-tls",
"cookies",
"charset",
"http2",
"macos-system-configuration",
] }
url = "2.5"
thiserror = "1.0.69"
Expand Down
2 changes: 1 addition & 1 deletion crack-voting/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crack-voting"
version = "0.3.16-alpha.1"
version = "0.3.16-alpha.2"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
Expand Down

0 comments on commit adf0877

Please sign in to comment.