From 70579168a2ecd387486c72649009d67dcee42e83 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Tue, 17 Sep 2024 22:10:24 +0300 Subject: [PATCH] chore: bump version to 0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d60e648..3dbaade 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3597,7 +3597,7 @@ dependencies = [ [[package]] name = "the-labyrinth-of-echoes" -version = "0.0.1" +version = "0.0.3" dependencies = [ "bevy", "log", diff --git a/Cargo.toml b/Cargo.toml index 272de97..92fd13f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "the-labyrinth-of-echoes" authors = ["Kristofers Solo "] -version = "0.0.1" +version = "0.0.3" edition = "2021" [dependencies] diff --git a/src/lib.rs b/src/lib.rs index ce0492c..8da505d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -37,7 +37,7 @@ impl Plugin for AppPlugin { }) .set(WindowPlugin { primary_window: Window { - title: "The Labyrinth Of Echoes".to_string(), + title: "The Labyrinth of Echoes".to_string(), canvas: Some("#bevy".to_string()), fit_canvas_to_parent: true, prevent_default_event_handling: true,