From 8b0f8770415afe1810d1a755bc62de13e7b44a52 Mon Sep 17 00:00:00 2001 From: Khopa Date: Mon, 28 Sep 2020 00:42:27 +0200 Subject: [PATCH] Verrsion string updated to 2.1.2 --- qt_ui/uiconstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt_ui/uiconstants.py b/qt_ui/uiconstants.py index 02b9d14a..98026f3a 100644 --- a/qt_ui/uiconstants.py +++ b/qt_ui/uiconstants.py @@ -8,7 +8,7 @@ from game.event import UnitsDeliveryEvent, FrontlineAttackEvent from theater.theatergroundobject import CATEGORY_MAP from userdata.liberation_theme import get_theme_icons -VERSION_STRING = "2.1.1" +VERSION_STRING = "2.1.2" URLS : Dict[str, str] = { "Manual": "https://github.com/khopa/dcs_liberation/wiki",