From cfea6c1b64762d85463c72c7b68093e3ab6d62d4 Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Sun, 23 Apr 2023 13:01:00 -0400 Subject: [PATCH] updated game version --- Data/Scripts/001_Settings.rb | 2 +- Data/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 3b9343b4b..529dc6873 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.1.3.3" + GAME_VERSION_NUMBER = "5.1.3.4" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 diff --git a/Data/VERSION b/Data/VERSION index 05de3c7ee..f666c68c6 100644 --- a/Data/VERSION +++ b/Data/VERSION @@ -1 +1 @@ -5.1.3.3 \ No newline at end of file +5.1.3.4 \ No newline at end of file