From 9c280a7a4fe5def3086b4a0b9c8840d703c0b247 Mon Sep 17 00:00:00 2001 From: tomara_x <86204514+tomara-x@users.noreply.github.com> Date: Fri, 12 Jul 2024 06:15:13 +0300 Subject: [PATCH] increment version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fa31fd..00eb6d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3102,7 +3102,7 @@ checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" [[package]] name = "quartz" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bevy", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index ad801e9..833b71d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quartz" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["amy universe "] repository = "https://github.com/tomara-x/quartz"