Skip to content

Commit

Permalink
Updated version ID for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdoehne committed Jun 20, 2018
1 parent 1493db7 commit 4c6aae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/Dashboard/interface/browser.gui
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

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

0 comments on commit 4c6aae8

Please sign in to comment.