From 60185a0fded6a4328b6538a673f65c131493e164 Mon Sep 17 00:00:00 2001 From: "Joshua J. Bouw" Date: Mon, 16 Nov 2020 22:37:51 +0700 Subject: [PATCH] 0.1.1 -> 0.2.0-pre.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70d21d9..060c340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tilemap" -version = "0.1.1" +version = "0.2.0-pre.1" authors = ["Joshua J. Bouw "] edition = "2018" description = "Tile maps with chunks for the Bevy game engine, a simple-driven game engine and app framework"