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