Skip to content

Commit 0d0a539

Browse files
committed
Bump version to v0.4.0
1 parent 7f8a680 commit 0d0a539

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "legion"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "High performance entity component system (ECS) library"
55
authors = ["Thomas Gillen <[email protected]>"]
66
repository = "https://github.com/amethyst/legion"
@@ -21,7 +21,7 @@ stdweb = ["uuid/stdweb"]
2121
wasm-bindgen = ["uuid/wasm-bindgen"]
2222

2323
[dependencies]
24-
legion_codegen = { path = "codegen", version = "0.3", optional = true }
24+
legion_codegen = { path = "codegen", version = "0.4.0", optional = true }
2525
smallvec = "1.4"
2626
itertools = "0.10"
2727
downcast-rs = "1.2"

codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "legion_codegen"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "#[system] proc macro for the legion library"
55
authors = ["Thomas Gillen <[email protected]>"]
66
repository = "https://github.com/TomGillen/legion"

0 commit comments

Comments
 (0)