From 3dcaaedfc9a968cb89820b6d76f0b1114427a398 Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Fri, 29 Mar 2024 21:42:54 -0400 Subject: [PATCH] updates version number --- Data/Scripts/001_Settings.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 105b9d209..361e086b2 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -5,8 +5,8 @@ #==============================================================================# module Settings # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. - GAME_VERSION = '5.0.0' - GAME_VERSION_NUMBER = "6.1.1" + GAME_VERSION = '6.1.0' + GAME_VERSION_NUMBER = "6.1.2" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18