diff --git a/Cargo.lock b/Cargo.lock index 9be6d1a..3163bc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2769,7 +2769,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.7.0" +version = "0.7.1" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index f9a14f7..2963b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "outfly" -version = "0.7.0" +version = "0.7.1" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly" diff --git a/README.md b/README.md index af4ae0e..ededb36 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ python -m http.server -d wasm # Changelog +- v0.7.1: Much nicer HUD - v0.7.0: - Overhaul conversation system, now defined in YAML files - Implement conversation variables and if-branches