From 131a49b7f908220a5b9e837e5c8a1e2c1226fd24 Mon Sep 17 00:00:00 2001 From: yuni Date: Sat, 5 Oct 2024 04:31:00 +0200 Subject: [PATCH] bump version to v0.12.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4a8d38..8b67ce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.12.0-dev" +version = "0.12.0" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index fba2f3f..597d311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.12.0-dev" +version = "0.12.0" edition = "2021" homepage = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"