From b29ff574e16fce05631f74f8cd2f66f516e889db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20H=C3=B6llerich?= Date: Sun, 14 May 2023 14:15:42 +0200 Subject: [PATCH] New version. --- tools/savegame_visualizer_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/savegame_visualizer_gui.py b/tools/savegame_visualizer_gui.py index ad357a7..c45d743 100644 --- a/tools/savegame_visualizer_gui.py +++ b/tools/savegame_visualizer_gui.py @@ -1,4 +1,4 @@ -VERSION = "v5.0" +VERSION = "v5.1" import json import lxml.etree as ET