Skip to content

Commit 52d655d

Browse files
committed
chore: Release
1 parent fb89543 commit 52d655d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bevy_mod_scripting_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_mod_scripting_derive"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Maksymilian Mozolewski <makspl17@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

bevy_script_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rhai = ["bevy_mod_scripting_rhai"]
2727

2828
[dependencies]
2929
bevy = { version = "0.9.1", default-features = false, features=["bevy_asset","bevy_gltf","bevy_animation","bevy_core_pipeline","bevy_ui","bevy_pbr","bevy_render","bevy_text","bevy_sprite","filesystem_watcher"]}
30-
bevy_mod_scripting_derive = { path="../bevy_mod_scripting_derive", version = "0.1.1"}
30+
bevy_mod_scripting_derive = { path="../bevy_mod_scripting_derive", version = "0.2.0" }
3131
bevy_mod_scripting_core = { path="../bevy_mod_scripting_core", version = "0.2.0" }
3232
parking_lot="0.12.1"
3333
paste="1.0.7"

0 commit comments

Comments
 (0)