diff --git a/mod/Dashboard/interface/browser.gui b/mod/Dashboard/interface/browser.gui index 3d72d91..bf622fa 100644 --- a/mod/Dashboard/interface/browser.gui +++ b/mod/Dashboard/interface/browser.gui @@ -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.1.3/history" + web_link="http://127.0.0.1:28053/checkversion/v0.1.4/history" shortcut = "L" } diff --git a/src/stellarisdashboard/dash_server.py b/src/stellarisdashboard/dash_server.py index d840a0c..2d81f95 100644 --- a/src/stellarisdashboard/dash_server.py +++ b/src/stellarisdashboard/dash_server.py @@ -22,7 +22,7 @@ timeline_app.css.config.serve_locally = True timeline_app.scripts.config.serve_locally = True -VERSION_ID = "v0.1.3" +VERSION_ID = "v0.1.4" @flask_app.route("/") @flask_app.route("/checkversion//")