Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
IoIxD committed Aug 22, 2023
1 parent aaa7ad4 commit 89b42ed
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions blackboxmc-rs-bukkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blackboxmc_bukkit"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "LGPL-2.0-or-later"
description = "BlackboxMC bindings for org.bukkit"
Expand All @@ -11,6 +11,6 @@ description = "BlackboxMC bindings for org.bukkit"
color-eyre = "0.6.2"
eyre = "0.6.8"
jni = "0.21.1"
blackboxmc_general = {version = "0.3.1", path = "../blackboxmc-rs-general"}
blackboxmc_bungee = {version = "0.3.1", path = "../blackboxmc-rs-bungee"}
blackboxmc_java = {version = "0.3.1", path = "../blackboxmc-rs-java"}
blackboxmc_general = {version = "0.4.0", path = "../blackboxmc-rs-general"}
blackboxmc_bungee = {version = "0.4.0", path = "../blackboxmc-rs-bungee"}
blackboxmc_java = {version = "0.4.0", path = "../blackboxmc-rs-java"}
6 changes: 3 additions & 3 deletions blackboxmc-rs-bungee/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blackboxmc_bungee"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "LGPL-2.0-or-later"
description = "BlackboxMC bindings for net.md_5.bungee"
Expand All @@ -11,5 +11,5 @@ description = "BlackboxMC bindings for net.md_5.bungee"
color-eyre = "0.6.2"
eyre = "0.6.8"
jni = "0.21.1"
blackboxmc_general = {version = "0.3.1", path = "../blackboxmc-rs-general"}
blackboxmc_java = {version = "0.3.1", path = "../blackboxmc-rs-java"}
blackboxmc_general = {version = "0.4.0", path = "../blackboxmc-rs-general"}
blackboxmc_java = {version = "0.4.0", path = "../blackboxmc-rs-java"}
4 changes: 2 additions & 2 deletions blackboxmc-rs-general/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blackboxmc_general"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "LGPL-2.0-or-later"
description = "Helper functions for BlackboxMC"
Expand All @@ -11,6 +11,6 @@ description = "Helper functions for BlackboxMC"
color-eyre = "0.6.2"
eyre = "0.6.8"
jni = "0.21.1"
blackboxmc_proc = {version = "0.3.1", path="../blackboxmc-rs-proc"}
blackboxmc_proc = {version = "0.4.0", path="../blackboxmc-rs-proc"}
once_cell = "1.18.0"
parking_lot = "0.12.1"
4 changes: 2 additions & 2 deletions blackboxmc-rs-java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "blackboxmc_java"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "LGPL-2.0-or-later"
description = "BlackboxMC bindings for java.util"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
blackboxmc_general = {version = "0.3.1", path = "../blackboxmc-rs-general"}
blackboxmc_general = {version = "0.4.0", path = "../blackboxmc-rs-general"}
color-eyre = "0.6.2"
eyre = "0.6.8"
jni = "0.21.1"
Expand Down
2 changes: 1 addition & 1 deletion blackboxmc-rs-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blackboxmc_proc"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "LGPL-2.0-or-later"
description = "Procedrual macros for the BlackboxMC crates."
Expand Down

0 comments on commit 89b42ed

Please sign in to comment.