From aeb99992bbb017ce759bfc5d067a79ace8aa0eb5 Mon Sep 17 00:00:00 2001 From: futile Date: Fri, 7 Nov 2025 12:26:12 +0000 Subject: [PATCH] 0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e43c4d..165c2b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,7 +812,7 @@ dependencies = [ [[package]] name = "gta-tools" -version = "0.9.0" +version = "0.10.0" dependencies = [ "catppuccin-egui", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 1c21f3b..1e770d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gta-tools" -version = "0.9.0" +version = "0.10.0" edition = "2024" license = "Apache-2.0" authors = ["futile "]