diff --git a/CHANGELOG b/CHANGELOG index a716884..a568346 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +V1.5 (2024-08-18) + - fixed a problem in the 'fixup' tool that could cause the Chocobo racing + minigame to crash in the US version of the game + V1.4 (2024-08-15) - ported to Python 3 diff --git a/README b/README index 5bc1c6b..46177f1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -FF7Tools V1.4 +FF7Tools V1.5 ============= FF7Tools is a suite of command-line translation and hacking tools for the diff --git a/fixup b/fixup index 71be595..ad45cd6 100755 --- a/fixup +++ b/fixup @@ -10,7 +10,7 @@ # copyright notice and this permission notice appear in all copies. # -__version__ = "1.4" +__version__ = "1.5" import sys import os