From a75e2ac04de75d8604c370b03b620507c01ff30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20D=C3=B6hne?= Date: Sun, 23 Feb 2020 21:28:10 +0100 Subject: [PATCH] version number --- mod/stellaris_dashboard/interface/browser.gui | 4 ++-- stellarisdashboard/dashboard_app/utils.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/stellaris_dashboard/interface/browser.gui b/mod/stellaris_dashboard/interface/browser.gui index 74be285..24ea967 100644 --- a/mod/stellaris_dashboard/interface/browser.gui +++ b/mod/stellaris_dashboard/interface/browser.gui @@ -88,7 +88,7 @@ guiTypes = { quadTextureSprite = "GFX_button_timeline_index" position = { x = -280 y = 26 } Orientation = UPPER_RIGHT - web_link="http://127.0.0.1:28053/checkversion/v0.6.1" + web_link="http://127.0.0.1:28053/checkversion/v0.6.2" shortcut = "J" } buttonType = @@ -106,7 +106,7 @@ guiTypes = { quadTextureSprite = "GFX_button_event_history" position = { x = -150 y = 21 } Orientation = UPPER_RIGHT - web_link="http://127.0.0.1:28053/checkversion/v0.6.1/history" + web_link="http://127.0.0.1:28053/checkversion/v0.6.2/history" shortcut = "L" } diff --git a/stellarisdashboard/dashboard_app/utils.py b/stellarisdashboard/dashboard_app/utils.py index 5a9b6ac..244bd54 100644 --- a/stellarisdashboard/dashboard_app/utils.py +++ b/stellarisdashboard/dashboard_app/utils.py @@ -7,7 +7,7 @@ logger = logging.getLogger(__name__) -VERSION_ID = "v0.6.1" +VERSION_ID = "v0.6.2" def is_old_version(requested_version: str) -> bool: