Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Dec 19, 2024
1 parent 1b27619 commit 079e43c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_infinite_grid"
version = "0.13.1"
version = "0.14.0"
authors = [
"Nile <[email protected]>",
"Foresight Mining Software Corporation",
Expand All @@ -21,6 +21,8 @@ bevy = { version = "0.15.0", default-features = false, features = [
"bevy_pbr",
"bevy_asset",
] }
# Temporary fix until this issue is resolved https://github.com/bevyengine/bevy/issues/16563
bevy_internal = { version = "0.15", features = ["bevy_image"] }

[dev-dependencies]
bevy = { version = "0.15.0", default-features = false, features = [
Expand Down

0 comments on commit 079e43c

Please sign in to comment.