From f458ebe16bc50d435322cc891ea50cca0d403966 Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 14 May 2024 19:17:49 +0200 Subject: [PATCH] bump version to v0.9.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebde237..42291f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# git +# v0.9.0 - Implement game menu - Implement achievements diff --git a/Cargo.lock b/Cargo.lock index 68f4716..d724c51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2767,7 +2767,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.8.5" +version = "0.9.0" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 118ae46..b1a66d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.8.5" +version = "0.9.0" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly"