diff --git a/launcher/game/options.rpy b/launcher/game/options.rpy index 0e304c8..140478f 100644 --- a/launcher/game/options.rpy +++ b/launcher/game/options.rpy @@ -44,12 +44,12 @@ init -1 python hide: # This controls the title of the window, when Ren'Py is # running in a window. - config.window_title = u"Doki Doki Mod Maker (for Ren'Py 7.4)" + config.window_title = u"Doki Doki Mod Maker (for Ren'Py 7.4.X)" # These control the name and version of the game, that are reported # with tracebacks and other debugging logs. config.name = "Doki Doki Mod Maker" - config.version = "1.2.0" + config.version = "1.2.1" ##################### # Themes