From 84648ad7b5def6bf3dd635ccbf7c47424fe052d4 Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Sun, 17 Sep 2023 19:01:13 -0400 Subject: [PATCH] increased version number --- 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 166acc0a7..38947d82a 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 = '5.0.0' - GAME_VERSION_NUMBER = "5.3.1" + GAME_VERSION_NUMBER = "5.3.1.1" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18