Skip to content

Commit

Permalink
Bumping version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
recatek committed Jan 18, 2025
1 parent e64dab6 commit c17a406
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gecs"
version = "0.3.0"
version = "0.4.0"
authors = ["recatek"]
description = "A generated entity component system."
edition = "2021"
Expand Down Expand Up @@ -30,6 +30,6 @@ wrapping_version = []
events = ['gecs_macros/events']

[dependencies]
gecs_macros = { version = "0.3.0", path = "macros", default-features = false }
gecs_macros = { version = "0.4.0", path = "macros", default-features = false }

seq-macro = { version = "0.3" } # For building "variadic" storage
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gecs_macros"
version = "0.3.0"
version = "0.4.0"
authors = ["recatek"]
description = "Procedural macros for the gecs crate."
edition = "2021"
Expand Down

0 comments on commit c17a406

Please sign in to comment.