diff --git a/mod/stellaris_dashboard/descriptor.mod b/mod/stellaris_dashboard/descriptor.mod index 9a97bf6..e8b55a6 100644 --- a/mod/stellaris_dashboard/descriptor.mod +++ b/mod/stellaris_dashboard/descriptor.mod @@ -1,5 +1,5 @@ name="Stellaris Dashboard" -version="v6.2" +version="v6.3" tags={ "Utilities" "Gameplay" diff --git a/mod/stellaris_dashboard/interface/main_bottom.gui b/mod/stellaris_dashboard/interface/main_bottom.gui index eba27ff..26db1c7 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.2" + web_link="http://127.0.0.1:28053/checkversion/v6.3" } iconType = { diff --git a/stellarisdashboard/dashboard_app/utils.py b/stellarisdashboard/dashboard_app/utils.py index ec026a5..fe67d71 100644 --- a/stellarisdashboard/dashboard_app/utils.py +++ b/stellarisdashboard/dashboard_app/utils.py @@ -7,7 +7,7 @@ logger = logging.getLogger(__name__) -VERSION = "v6.2" +VERSION = "v6.3" def parse_version(version: str):