Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Nov 23, 2024
1 parent 52032a3 commit 9362903
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
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.15-alpha.1"
version = "0.3.15-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.15-alpha.1"
version = "0.3.15-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.15-alpha.1"
version = "0.3.15-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.15-alpha.1"
version = "0.3.15-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.15-alpha.1"
version = "0.3.15-alpha.2"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
Expand Down
2 changes: 1 addition & 1 deletion 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.15-alpha.1"
version = "0.3.15-alpha.2"
edition = "2021"
publish = true
license = "MIT"
Expand Down
26 changes: 13 additions & 13 deletions crack-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "crack-types"
version = "0.3.14"
version = "0.3.15-alpha.2"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
license = "MIT"
description = "Common types for Crack Tunes."
keywords = ["music", "discord", "bot", "crack", "tunes", "types"]
categories = [
"multimedia::audio",
"multimedia::music",
"multimedia::discord",
"multimedia::bot",
"multimedia::audio",
"multimedia::music",
"multimedia::discord",
"multimedia::bot",
]
homepage = "https://cracktun.es/"
# The official main repo is sr.ht, this is needed for the CI/CD pipeline.
Expand All @@ -25,14 +25,14 @@ songbird = { workspace = true }
serenity = { workspace = true }
tokio = { version = "1.40", features = ["rt-multi-thread"] }
reqwest = { version = "0.12", 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"
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.14"
version = "0.3.15-alpha.2"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
Expand Down

0 comments on commit 9362903

Please sign in to comment.