From 9c4ae1cd1c0f276aaff5161eecbb4d53b92edffa Mon Sep 17 00:00:00 2001 From: John <6656977+StarArawn@users.noreply.github.com> Date: Sun, 23 Jul 2023 12:19:14 -0400 Subject: [PATCH] Revert "0.12 Release " --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fdede70..ee65737f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_ecs_tilemap" description = "A tilemap rendering plugin for bevy which is more ECS friendly by having an entity per tile." -version = "0.12.0" +version = "0.11.0" authors = ["John Mitchell"] homepage = "https://github.com/StarArawn/bevy_ecs_tilemap" repository = "https://github.com/StarArawn/bevy_ecs_tilemap"