Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdoehne committed Feb 23, 2020
1 parent 5c51c27 commit a75e2ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mod/stellaris_dashboard/interface/browser.gui
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -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"
}

Expand Down
2 changes: 1 addition & 1 deletion stellarisdashboard/dashboard_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a75e2ac

Please sign in to comment.