From b0f0b439e555fec3462e2dcbb9edfe8258a7064e Mon Sep 17 00:00:00 2001 From: Benitex Date: Tue, 13 Jul 2021 21:10:48 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20na=20vers=C3=A3o=20da?= =?UTF-8?q?=20demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/Scripts/001_Settings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 072a2cad7..a472ecd5e 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -6,7 +6,7 @@ module Settings # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. - GAME_VERSION = '3.0.0' + GAME_VERSION = '0.3.1' # The generation that the battle system follows. Used throughout the battle # scripts, and also by some other settings which are used in and out of battle