Skip to content

Commit d849940

Browse files
committed
(cargo-release) version 0.1.2
1 parent da45fac commit d849940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_mod_scripting"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Maksymilian Mozolewski <[email protected]>"]
55
edition = "2021"
66
license = "MIT"
@@ -55,8 +55,8 @@ tealr = { version = "0.9.0-alpha3", features=["mlua_vendored","mlua_send"]}
5555
rhai = { version = "1.7.0", features = ["sync"] }
5656
anyhow = "1.0.57"
5757
once_cell = "1.10.0"
58-
bevy_event_priority = {path = "bevy_event_priority", version = "0.1.1"}
59-
bevy_mod_scripting_derive = {path = "bevy_mod_scripting_derive", version = "0.1.1"}
58+
bevy_event_priority = {path = "bevy_event_priority", version = "0.1.2"}
59+
bevy_mod_scripting_derive = {path = "bevy_mod_scripting_derive", version = "0.1.2"}
6060
thiserror = "1.0.31"
6161
lazy_static = "1.4.0"
6262
paste = "1.0.7"

0 commit comments

Comments
 (0)