Version 2.1.5

This commit is contained in:
Khopa 2020-10-05 19:26:07 +02:00
parent a1886e37f8
commit f5c32c6b98
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 2.1.5
## Fixes :
* **[UI]** Fixed an issue that prevent saving after aborting a mission
# 2.1.4
## Fixes :

View File

@ -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.4"
VERSION_STRING = "2.1.5"
URLS : Dict[str, str] = {
"Manual": "https://github.com/khopa/dcs_liberation/wiki",