Skip to content

Commit

Permalink
bump version to v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
qdwang committed Aug 20, 2021
1 parent a92cfc9 commit 815018d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion GUI/Script/settings.gd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.1.12"
var version = "v0.1.13"

onready var project_name = ProjectSettings.get_setting("application/config/name")

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.1.12-win-x64.exe"
export_path="Build/win/QuickRawPicker-v0.1.13-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.1.12.0"
application/product_version="0.1.12.0"
application/file_version="0.1.13.0"
application/product_version="0.1.13.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.1.12-macOS-Universal.zip"
export_path="Build/QuickRawPicker-v0.1.13-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.1.12"
application/version="0.1.12.0"
application/short_version="0.1.13"
application/version="0.1.13.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.1.12-x11.x86_64"
export_path="Build/linux/QuickRawPicker-v0.1.13-x11.x86_64"
script_export_mode=1
script_encryption_key=""

Expand Down

0 comments on commit 815018d

Please sign in to comment.