Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenkai committed Jul 18, 2024
1 parent a8b0dc2 commit ba08934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GBFRDataTools/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit ba08934

Please sign in to comment.