diff --git a/CHANGELOG.md b/CHANGELOG.md index 934b52b..913fbe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -# v0.12.0-dev +# v0.13.0-dev + +# v0.12.0 - Overhaul pizzeria asteroid - Implement thruster particle effects (only in AR, as they'd be invisble in RL) diff --git a/Cargo.lock b/Cargo.lock index 8b67ce2..8acd680 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.12.0" +version = "0.13.0-dev" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 597d311..c886e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.12.0" +version = "0.13.0-dev" edition = "2021" homepage = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"