From 14da894d41dc477e034d9b168f9141d2620ba6b1 Mon Sep 17 00:00:00 2001 From: DemICE <93394429+GaDemICE@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:32:00 +0200 Subject: [PATCH] version update --- 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 71db02a4a..792db089f 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -7,7 +7,7 @@ module Settings # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. GAME_VERSION = '6.0.0' IF_VERSION = "6.0.4" - GAME_VERSION_NUMBER = "0.11.28" + GAME_VERSION_NUMBER = "0.11.29" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 diff --git a/Data/VERSION b/Data/VERSION index 21bc02795..a902c9e45 100644 --- a/Data/VERSION +++ b/Data/VERSION @@ -1 +1 @@ -0.11.28 \ No newline at end of file +0.11.29 \ No newline at end of file