From 0ded044c17e6f726aaec29516871c12b7245e73f Mon Sep 17 00:00:00 2001 From: Matthias Hecker Date: Sun, 10 Dec 2023 18:12:27 +0100 Subject: [PATCH] bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2aebb9..5581b3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,7 +685,7 @@ dependencies = [ [[package]] name = "bevy_iconwars" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 18c79af..659e20f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_iconwars" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0"