From 7170af775c5c360ca9dfb8ed0089b6fa2236b3c6 Mon Sep 17 00:00:00 2001 From: James Bell Date: Sat, 20 Apr 2024 14:06:49 -0400 Subject: [PATCH] Update version --- crates/bevy_tiles/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_tiles/Cargo.toml b/crates/bevy_tiles/Cargo.toml index d319b8b..0bc4a85 100644 --- a/crates/bevy_tiles/Cargo.toml +++ b/crates/bevy_tiles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tiles" -version.workspace = true +version = 0.1.0 edition.workspace = true authors.workspace = true license-file.workspace = true