From 6cb70e87afc328d6ece402929795cdd157bc74e0 Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 11 Jul 2026 07:31:00 +0100 Subject: [PATCH] 0.12.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b00308e..4fd1fde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,7 +892,7 @@ dependencies = [ [[package]] name = "gta-tools" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 3d9e2ce..5f3c6f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gta-tools" -version = "0.11.0" +version = "0.12.0" edition = "2024" license = "Apache-2.0" authors = ["futile "]