Skip to content

Commit 6e34782

Browse files
committed
bump version to v0.3.0
1 parent 9a9e93b commit 6e34782

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

GUI/Script/util.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ onready var project_name = ProjectSettings.get_setting("application/config/name"
1414
var _f = File.new()
1515
var _d = Directory.new()
1616

17-
var version = "v0.2.1"
17+
var version = "v0.3.0"
1818
var latest_version = ""
1919

2020
func update_title():

GUI/export_presets.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ custom_features=""
77
export_filter="all_resources"
88
include_filter=""
99
exclude_filter=""
10-
export_path="Build/win/QuickRawPicker-v0.2.1-win-x64.exe"
10+
export_path="Build/win/QuickRawPicker-v0.3.0-win-x64.exe"
1111
script_export_mode=1
1212
script_encryption_key=""
1313

@@ -32,8 +32,8 @@ codesign/digest_algorithm=1
3232
codesign/description=""
3333
codesign/custom_options=PoolStringArray( )
3434
application/icon="res://Asset/Texture/icon.ico"
35-
application/file_version="0.2.1.0"
36-
application/product_version="0.2.1.0"
35+
application/file_version="0.3.0.0"
36+
application/product_version="0.3.0.0"
3737
application/company_name="qdwang"
3838
application/product_name="QuickRawPicker"
3939
application/file_description="QuickRawPicker"
@@ -49,7 +49,7 @@ custom_features=""
4949
export_filter="all_resources"
5050
include_filter=""
5151
exclude_filter=""
52-
export_path="Build/QuickRawPicker-v0.2.1-macOS-Universal.zip"
52+
export_path="Build/QuickRawPicker-v0.3.0-macOS-Universal.zip"
5353
script_export_mode=1
5454
script_encryption_key=""
5555

@@ -62,8 +62,8 @@ application/info="Made with Godot Engine"
6262
application/icon=""
6363
application/identifier="com.qdwang.quickrawpicker"
6464
application/signature=""
65-
application/short_version="0.2.1"
66-
application/version="0.2.1.0"
65+
application/short_version="0.3.0"
66+
application/version="0.3.0.0"
6767
application/copyright="qdwang"
6868
display/high_res=false
6969
privacy/camera_usage_description=""
@@ -81,7 +81,7 @@ custom_features=""
8181
export_filter="all_resources"
8282
include_filter=""
8383
exclude_filter=""
84-
export_path="Build/linux/QuickRawPicker-v0.2.1-x11.x86_64"
84+
export_path="Build/linux/QuickRawPicker-v0.3.0-x11.x86_64"
8585
script_export_mode=1
8686
script_encryption_key=""
8787

Script/QRP-rcedit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ rcedit(`../GUI/Build/win/${process.argv[2]}`, {
1010
LegalCopyright: "qdwang",
1111
LegalTrademarks: "QuickRawPicker"
1212
},
13-
"file-version": "0.2.1.0",
14-
"product-version": "0.2.1.0"
13+
"file-version": "0.3.0.0",
14+
"product-version": "0.3.0.0"
1515
})

0 commit comments

Comments
 (0)