Skip to content

Commit e7399c6

Browse files
committed
chore: Release
1 parent b775ab2 commit e7399c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bevy_event_priority/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_event_priority"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Maksymilian Mozolewski <makspl17@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

bevy_mod_scripting_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ doc_always = []
3030

3131
[dependencies]
3232
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"]}
33-
bevy_event_priority = {path = "../bevy_event_priority", version = "0.1.1"}
33+
bevy_event_priority = {path = "../bevy_event_priority", version = "0.2.0" }
3434
thiserror = "1.0.31"
3535
paste = "1.0.7"
3636
parking_lot = "0.12.1"

0 commit comments

Comments
 (0)