From ba089343398684975775577ef5e91347751126dd Mon Sep 17 00:00:00 2001 From: Nenkai Date: Thu, 18 Jul 2024 21:08:08 +0200 Subject: [PATCH] Bump version --- GBFRDataTools/Program.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GBFRDataTools/Program.cs b/GBFRDataTools/Program.cs index 24bd637..45a2fb2 100644 --- a/GBFRDataTools/Program.cs +++ b/GBFRDataTools/Program.cs @@ -19,7 +19,7 @@ namespace GBFRDataTools; internal class Program { - public const string Version = "1.2.4"; + public const string Version = "1.3.2"; static void Main(string[] args) { diff --git a/README.md b/README.md index ea43290..ae66132 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Features: * Conversion of table files `.tbl` <-> `.sqlite` * Batch scripts included - drop `tbl`, sqlite, or folders onto the batch as long as the batch is in the same folder as `GBFRDataTools.exe` * Conversion of `wtb`/`tex` into `dds` (drag-drop) -* Conversion of `bxm` into `xml` (drag-drop) +* Conversion of `bxm`/`xml` (drag-drop) * String Hasher ### Release build [here](https://github.com/Nenkai/GBFRDataTools/releases).