From 8b3f02837074c684c5a273b9015587e2738610c5 Mon Sep 17 00:00:00 2001 From: Aevyrie Roessler Date: Sun, 29 Jan 2023 01:11:15 -0800 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4433ae8..41c9d30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "big_space" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A floating origin plugin for bevy" license = "MIT OR Apache-2.0"