From ac6048268838019a113d142203b1c6ee8e058db2 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Fri, 26 Dec 2025 10:21:25 -0600 Subject: [PATCH] Release v0.9.0 Web builds now get their version text automatically from the Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12d7fede..a54f9f4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "another-boids-in-rust" -version = "0.8.0" +version = "0.9.0" dependencies = [ "avian2d", "bevy", diff --git a/Cargo.toml b/Cargo.toml index a8d8d820..5a02dc49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "another-boids-in-rust" -version = "0.8.0" +version = "0.9.0" edition = "2024" license = "AGPL-3.0-only" rust-version = "1.88.0"