From de45368463b963efe92679b29a0970174b6bc93b Mon Sep 17 00:00:00 2001 From: Arkitu <85173315+Arkitu@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:54:48 +0100 Subject: [PATCH] change version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 233e013..ba68a4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2141,7 +2141,7 @@ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" [[package]] name = "forestiles" -version = "0.2.0" +version = "0.3.0" dependencies = [ "android_logger", "bevy", diff --git a/Cargo.toml b/Cargo.toml index c710e9c..ae0ab15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forestiles" -version = "0.2.0" +version = "0.3.0" edition = "2021" [lib]