From b11efcd52c45390e71cb58bb31f0252e51e3cb69 Mon Sep 17 00:00:00 2001 From: Hideyuki Tanaka Date: Sat, 20 Aug 2022 04:26:50 +0900 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69142ec..2186ea9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2523,7 +2523,7 @@ dependencies = [ [[package]] name = "meru" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "bevy", diff --git a/Cargo.toml b/Cargo.toml index d6b5162..f605c07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["super-sabicom"] [package] name = "meru" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Hideyuki Tanaka "] license = "MIT"