Skip to content

Commit

Permalink
build: set versions to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henauxg committed Nov 8, 2024
1 parent db4be1d commit cc02e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bevy_ghx_proc_gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_ghx_proc_gen"
version = "0.3.0"
version = "0.4.0"
description = "Bevy plugins for 2D & 3D procedural generation with WFC/Model synthesis"
repository = "https://github.com/Henauxg/ghx_proc_gen"
documentation = "https://docs.rs/bevy_ghx_proc_gen"
Expand Down Expand Up @@ -42,7 +42,7 @@ default-assets-bundle-spawners = [

[dependencies]
# ----- Internal dependencies
ghx_proc_gen = { path = "../ghx_proc_gen", version = "0.3.0", features = [
ghx_proc_gen = { path = "../ghx_proc_gen", version = "0.4.0", features = [
"bevy",
] }

Expand Down
2 changes: 1 addition & 1 deletion ghx_proc_gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ghx_proc_gen"
version = "0.3.0"
version = "0.4.0"
description = "2D & 3D procedural generation with WFC/Model synthesis"
repository = "https://github.com/Henauxg/ghx_proc_gen"
documentation = "https://docs.rs/ghx_proc_gen"
Expand Down

0 comments on commit cc02e57

Please sign in to comment.