diff --git a/CHANGELOG.md b/CHANGELOG.md index 12dae42..62650dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Development Version +# v0.9.2 - Implement customizable player avatars - Implement NPC AI that dynamically changes their facing direction diff --git a/Cargo.lock b/Cargo.lock index 25c5cba..47b337f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2767,7 +2767,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.9.1" +version = "0.9.2" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 1ae289f..97812d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.9.1" +version = "0.9.2" edition = "2021" homepage = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"