From bdd654a806595de133150f436fcf94395e8d6f5b Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Fri, 23 Dec 2022 17:03:53 +0000 Subject: [PATCH] Version bump --- game/scripts/options.rpy | 2 +- game/scripts/utility/updater.rpy | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/game/scripts/options.rpy b/game/scripts/options.rpy index 8e200000..638f8834 100644 --- a/game/scripts/options.rpy +++ b/game/scripts/options.rpy @@ -30,7 +30,7 @@ define config.developer = "auto" define config.console = True # Game version and naming -define config.version = "1.44.1" +define config.version = "1.44.2" define compatible_version = 1.43 define config.name = "Witch Trainer Silver" diff --git a/game/scripts/utility/updater.rpy b/game/scripts/utility/updater.rpy index 5e8aa8be..74f3dbf8 100644 --- a/game/scripts/utility/updater.rpy +++ b/game/scripts/utility/updater.rpy @@ -123,6 +123,7 @@ init python: char.rebuild() + if current <= 1.441: fix_return_stack() if current > latest: