From ad1be384ce5c914e36a811fc288d32e9cd64cf6f Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Sun, 30 Jun 2024 15:46:48 -0400 Subject: [PATCH] updates patch version nb --- 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 71ba7878c..0566d9e9f 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 = '6.2.1' - GAME_VERSION_NUMBER = "6.2.1" + GAME_VERSION = '6.2.2' + GAME_VERSION_NUMBER = "6.2.2" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18