From 638631c0a8099b1144296ac38b53c9318b2dc934 Mon Sep 17 00:00:00 2001 From: cidoku Date: Wed, 19 Feb 2025 13:41:05 -0300 Subject: [PATCH] update game version to 2.8 --- README.md | 3 ++- game_version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63718f2..ad346f9 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ You may run "quicksetup.py" to install the required libraries. If you want midis, put a soundfount file named "gm.sf2" in the root AO2XP directory. -By Headshot#7237 and cidoku +Originally by Headshot#7237 +Currently maintained by cidoku diff --git a/game_version.py b/game_version.py index cbac2ac..acce24e 100644 --- a/game_version.py +++ b/game_version.py @@ -1 +1 @@ -GAME_VERSION = "2.6.0" \ No newline at end of file +GAME_VERSION = "2.8.0"