From 4b531aa5a9c971f97e67b6404f85acbdb91dd89f Mon Sep 17 00:00:00 2001 From: cxreiff Date: Thu, 19 Sep 2024 19:30:42 -0700 Subject: [PATCH] chore: Release lifecycler version 0.2.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 615efed..d07abdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2742,7 +2742,7 @@ dependencies = [ [[package]] name = "lifecycler" -version = "0.2.7" +version = "0.2.8" dependencies = [ "bevy", "bevy_atmosphere", diff --git a/Cargo.toml b/Cargo.toml index 5beec22..711f6a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lifecycler" description = "Bevy Game Jam #5 submission. Terminal aquarium." -version = "0.2.7" +version = "0.2.8" edition = "2021" license = "MIT OR Apache-2.0 OR CC0-1.0" authors = ["cxreiff "]