Skip to content

Commit

Permalink
bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qdwang committed Sep 26, 2021
1 parent 29953f8 commit 6815a9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions GUI/Script/settings.gd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ onready var language = get_fixed_locale()

var select_color = Color(1, 1, 1)
var mark_color = Color(0.5, 1, 0.3)
var version = "v0.2.0"
var version = "v0.2.1"
var latest_version = ""

onready var project_name = ProjectSettings.get_setting("application/config/name")
Expand Down Expand Up @@ -116,7 +116,7 @@ func _exit_tree():
save_settings()

func update_title():
var new_version_mark = " => %s↑️" % latest_version if latest_version and latest_version != version else ""
var new_version_mark = " -> %s*" % latest_version if latest_version and latest_version != version else ""
OS.set_window_title("%s %s%s / %s %s / %s %s" % [project_name, version, new_version_mark, tr("display_bit:"), bps, tr("color_space:"), OutputColors.keys()[output_color]])

func reset():
Expand Down
14 changes: 7 additions & 7 deletions GUI/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Build/win/QuickRawPicker-v0.2.0-win-x64.exe"
export_path="Build/win/QuickRawPicker-v0.2.1-win-x64.exe"
script_export_mode=1
script_encryption_key=""

Expand All @@ -32,8 +32,8 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon="res://Asset/Texture/icon.ico"
application/file_version="0.2.0.0"
application/product_version="0.2.0.0"
application/file_version="0.2.1.0"
application/product_version="0.2.1.0"
application/company_name="qdwang"
application/product_name="QuickRawPicker"
application/file_description="QuickRawPicker"
Expand All @@ -49,7 +49,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Build/QuickRawPicker-v0.2.0-macOS-Universal.zip"
export_path="Build/QuickRawPicker-v0.2.1-macOS-Universal.zip"
script_export_mode=1
script_encryption_key=""

Expand All @@ -62,8 +62,8 @@ application/info="Made with Godot Engine"
application/icon=""
application/identifier="com.qdwang.quickrawpicker"
application/signature=""
application/short_version="0.2.0"
application/version="0.2.0.0"
application/short_version="0.2.1"
application/version="0.2.1.0"
application/copyright="qdwang"
display/high_res=false
privacy/camera_usage_description=""
Expand All @@ -81,7 +81,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Build/linux/QuickRawPicker-v0.2.0-x11.x86_64"
export_path="Build/linux/QuickRawPicker-v0.2.1-x11.x86_64"
script_export_mode=1
script_encryption_key=""

Expand Down

0 comments on commit 6815a9e

Please sign in to comment.