diff --git a/Cargo.toml b/Cargo.toml index 40c1868..3ccb1a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ user_properties = ["dep:serde", "dep:serde_json"] [dependencies] # Main dependencies bevy = { version = "0.15", default-features = false } -bevy_ecs_tilemap = { git = "https://github.com/rparrett/bevy_ecs_tilemap.git", rev = "86235d6f9f4f05cd4e3f6af9d3392b08a590a48f", default-features = false } +bevy_ecs_tilemap = { version = "0.15", default-features = false } tiled = "0.13" # Utilities diff --git a/README.md b/README.md index 89c01d3..f42e8c7 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Add dependencies to your `Cargo.toml` file: ```toml [dependencies] bevy = "0.15" -bevy_ecs_tiled = "0.4" +bevy_ecs_tiled = "0.5" bevy_ecs_tilemap = "0.15" ``` diff --git a/book/src/getting-started.md b/book/src/getting-started.md index bd30f31..3aced38 100644 --- a/book/src/getting-started.md +++ b/book/src/getting-started.md @@ -4,7 +4,7 @@ Add dependencies to your `Cargo.toml` file: ```toml [dependencies] bevy = "0.15" -bevy_ecs_tiled = "0.4" +bevy_ecs_tiled = "0.5" bevy_ecs_tilemap = "0.15" ```