diff --git a/Monika After Story/game/0config.rpy b/Monika After Story/game/0config.rpy index 7890318f1f..fb868e1695 100644 --- a/Monika After Story/game/0config.rpy +++ b/Monika After Story/game/0config.rpy @@ -14,7 +14,7 @@ python early: renpy.config.name = "Monika After Story" ## The version of the game. - renpy.config.version = "0.12.3" + renpy.config.version = "0.12.4" #Triple space suffix to avoid potential issues with same names in window title config.window_title = "Monika After Story " diff --git a/Monika After Story/game/updates_topics.rpy b/Monika After Story/game/updates_topics.rpy index 9262bd02a8..9d7ec7ab49 100644 --- a/Monika After Story/game/updates_topics.rpy +++ b/Monika After Story/game/updates_topics.rpy @@ -101,7 +101,7 @@ init -2 python in mas_versions: # use dot notation to separate the parts of a version add_steps({ - #"0.12.4": ("0.12.3.3", "0.12.3.2"), + "0.12.4": ("0.12.3.3", "0.12.3.2"), "0.12.3.2": "0.12.3.1", "0.12.3.1": ("0.12.3", "0.12.2.4", "0.12.2.3"), "0.12.2.3": "0.12.2.2",