From 4ed1cc41d3341a52be170bac21d10bb8c7f8bca6 Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Sat, 15 Apr 2023 09:57:28 -0400 Subject: [PATCH] Updated version file --- Data/Scripts/001_Settings.rb | 2 +- Data/VERSION | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Data/VERSION diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 858a75706..67a552608 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.2" + GAME_VERSION_NUMBER = "5.1.3.3" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 diff --git a/Data/VERSION b/Data/VERSION new file mode 100644 index 000000000..05de3c7ee --- /dev/null +++ b/Data/VERSION @@ -0,0 +1 @@ +5.1.3.3 \ No newline at end of file