From 9ae5298717a02359506bc82b3e2cc035bcacf3fa Mon Sep 17 00:00:00 2001 From: sebashtioon Date: Mon, 18 Nov 2024 10:02:32 +1100 Subject: [PATCH] Update export paths and version number to 0.4.0 in configuration files --- export_presets.cfg | 6 +++--- project.godot | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index c64bacdc..0422530f 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -78,7 +78,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../Game releases/Expland-0.3.1.exe" +export_path="../Game releases/Expland/Expland-0.4.0.exe" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -147,7 +147,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../Game releases/Expland/Expland-0.3.0.x86_64" +export_path="../Game releases/Expland/Expland-0.4.0.x86_64" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -191,7 +191,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../Game releases/Expland/Expland-0.3.0.zip" +export_path="../Game releases/Expland/Expland-0.4.0.zip" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false diff --git a/project.godot b/project.godot index fc2a8a3b..68107a23 100644 --- a/project.godot +++ b/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="Expland" config/description="Expland " -config/version="0.3.0" +config/version="0.4.0" config/tags=PackedStringArray("3d", "noeco", "official") run/main_scene="res://Scenes and Scripts/Scenes/Main Menu/MainMenu.tscn" config/features=PackedStringArray("4.3", "Forward Plus")