Skip to content

Commit

Permalink
[misc] bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yopox committed Mar 11, 2024
1 parent aa322ce commit 338c28e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.bank"
exclude_filter=""
export_path="../the_forgotten_jade_v1-1_windows_x64.exe"
export_path="../the_forgotten_jade_v1-2_windows_x64.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -71,7 +71,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.bank"
exclude_filter=""
export_path="export/the_forgotten_jade.apk"
export_path="export/the_forgotten_jade_v1-2.apk"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand All @@ -85,6 +85,7 @@ gradle_build/use_gradle_build=true
gradle_build/export_format=0
gradle_build/min_sdk=""
gradle_build/target_sdk="33"
plugins/FmodAndroidPlugin=true
architectures/armeabi-v7a=false
architectures/arm64-v8a=true
architectures/x86=false
Expand Down Expand Up @@ -262,7 +263,6 @@ permissions/write_sms=false
permissions/write_social_stream=false
permissions/write_sync_settings=false
permissions/write_user_dictionary=false
plugins/FmodAndroidPlugin=true

[preset.2]

Expand All @@ -274,7 +274,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.bank"
exclude_filter=""
export_path="export/the_forgotten_jade.dmg"
export_path="export/the_forgotten_jade_v1-2.dmg"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config_version=5
[application]

config/name="The Forgotten Jade"
config/version="1.1"
config/version="1.2"
run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.2", "Mobile")
boot_splash/show_image=false
Expand Down

0 comments on commit 338c28e

Please sign in to comment.