From 3cadc457a568ad0c01a6e88155a24f7eea4aefaf Mon Sep 17 00:00:00 2001 From: Michael Moore <5983927+MichaelMakesGames@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:29:15 -0600 Subject: [PATCH] Bump version up to 6.4 (#172) --- mod/stellaris_dashboard/descriptor.mod | 2 +- mod/stellaris_dashboard/interface/main_bottom.gui | 2 +- stellarisdashboard/dashboard_app/utils.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/stellaris_dashboard/descriptor.mod b/mod/stellaris_dashboard/descriptor.mod index d51e62d..78d13e4 100644 --- a/mod/stellaris_dashboard/descriptor.mod +++ b/mod/stellaris_dashboard/descriptor.mod @@ -1,5 +1,5 @@ name="Stellaris Dashboard" -version="v6.3" +version="v6.4" tags={ "Utilities" "Gameplay" diff --git a/mod/stellaris_dashboard/interface/main_bottom.gui b/mod/stellaris_dashboard/interface/main_bottom.gui index 26db1c7..ae5a1a8 100644 --- a/mod/stellaris_dashboard/interface/main_bottom.gui +++ b/mod/stellaris_dashboard/interface/main_bottom.gui @@ -476,7 +476,7 @@ guiTypes = { pdx_tooltip = "STELLARIS_DASHBOARD_TOOLTIP" pdx_tooltip_anchor_offset = { x= 0 y = @tt_offset_y } pdx_tooltip_anchor_orientation = lower_left - web_link="http://127.0.0.1:28053/checkversion/v6.3" + web_link="http://127.0.0.1:28053/checkversion/v6.4" } iconType = { diff --git a/stellarisdashboard/dashboard_app/utils.py b/stellarisdashboard/dashboard_app/utils.py index fe67d71..c77b618 100644 --- a/stellarisdashboard/dashboard_app/utils.py +++ b/stellarisdashboard/dashboard_app/utils.py @@ -7,7 +7,7 @@ logger = logging.getLogger(__name__) -VERSION = "v6.3" +VERSION = "v6.4" def parse_version(version: str):