Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGillen committed Feb 25, 2021
1 parent 7f8a680 commit 0d0a539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "legion"
version = "0.3.1"
version = "0.4.0"
description = "High performance entity component system (ECS) library"
authors = ["Thomas Gillen <[email protected]>"]
repository = "https://github.com/amethyst/legion"
Expand All @@ -21,7 +21,7 @@ stdweb = ["uuid/stdweb"]
wasm-bindgen = ["uuid/wasm-bindgen"]

[dependencies]
legion_codegen = { path = "codegen", version = "0.3", optional = true }
legion_codegen = { path = "codegen", version = "0.4.0", optional = true }
smallvec = "1.4"
itertools = "0.10"
downcast-rs = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "legion_codegen"
version = "0.3.0"
version = "0.4.0"
description = "#[system] proc macro for the legion library"
authors = ["Thomas Gillen <[email protected]>"]
repository = "https://github.com/TomGillen/legion"
Expand Down

0 comments on commit 0d0a539

Please sign in to comment.