From 4900ec89b0c41906c113e12be7940e377ef7103c Mon Sep 17 00:00:00 2001 From: potato Date: Sun, 6 Feb 2022 18:55:24 -0600 Subject: [PATCH] version change --- Monika After Story/game/0config.rpy | 2 +- Monika After Story/game/updates_topics.rpy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Monika After Story/game/0config.rpy b/Monika After Story/game/0config.rpy index 3eb9c7ff91..ae3481f5ce 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.7" + renpy.config.version = "0.12.8" #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 f470aed882..02e4f9547b 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.8": "0.12.7", + "0.12.8": "0.12.7", "0.12.7": ("0.12.6", "0.12.5"), "0.12.5": "0.12.4", "0.12.4": ("0.12.3.3", "0.12.3.2"),