Skip to content

Commit

Permalink
Version bump (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames authored Aug 12, 2024
1 parent 3d7ff0d commit 1907e9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod/stellaris_dashboard/descriptor.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name="Stellaris Dashboard"
version="v6.2"
version="v6.3"
tags={
"Utilities"
"Gameplay"
Expand Down
2 changes: 1 addition & 1 deletion mod/stellaris_dashboard/interface/main_bottom.gui
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
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 = "v6.2"
VERSION = "v6.3"


def parse_version(version: str):
Expand Down

0 comments on commit 1907e9b

Please sign in to comment.