Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Pablo/bump version (#305)
Browse files Browse the repository at this point in the history
* Update __init__.py

* Update global.gd
  • Loading branch information
azagaya authored Jul 14, 2023
1 parent f933ff7 commit c73362b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resotoui/resotoui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__author__ = "Some Engineering Inc."
__license__ = "Apache 2.0"
__copyright__ = "Copyright © 2022 Some Engineering Inc."
__version__ = "3.6.4"
__version__ = "3.7.0"

local_path = os.path.abspath(os.path.dirname(__file__))
ui_path = os.path.join(local_path, "ui")
2 changes: 1 addition & 1 deletion src/scripts/autoloads/global.gd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const discord_link:String = "https://discord.gg/someengineering"

var ui_test_mode: bool = false
var ui_scale: float = 1.0 setget set_ui_scale
var ui_version:String = "3.6.4"
var ui_version:String = "3.7.0"
var resotocore_version:String = "n/a"
var os = "Windows"
var browser = ""
Expand Down

0 comments on commit c73362b

Please sign in to comment.