Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qdwang committed Jun 20, 2021
1 parent c83589e commit 6e92d17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GUI/Script/settings.gd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var rating_type = RatingType.XMP

var select_color = Color(1, 1, 1)
var mark_color = Color(0, 1, 0, 0.7)
var version = "v0.1.0"
var version = "v0.1.1"

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

Expand Down
8 changes: 4 additions & 4 deletions GUI/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0"
application/product_version="0.1.0.0"
application/file_version="0.1.1.0"
application/product_version="0.1.1.0"
application/company_name="qdwang"
application/product_name="QuickRawPicker"
application/file_description="QuickRawPicker"
Expand Down Expand Up @@ -62,8 +62,8 @@ application/info="Made with Godot Engine"
application/icon=""
application/identifier="com.qdwang.quickrawpicker"
application/signature=""
application/short_version="0.1"
application/version="0.1.0.0"
application/short_version="0.1.1"
application/version="0.1.1.0"
application/copyright="qdwang"
display/high_res=false
privacy/camera_usage_description=""
Expand Down

0 comments on commit 6e92d17

Please sign in to comment.