diff --git a/export_presets.cfg b/export_presets.cfg index 370bbc2..0053b25 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -9,7 +9,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="builds/*,playtest/*,scripts/*" -export_path="builds/v0.4.1-prealpha/windows-x86_64/NETfishing.exe" +export_path="builds/v0.5.0-prealpha/windows-x86_64/NETfishing.exe" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -35,11 +35,11 @@ application/modify_resources=true application/icon="" application/console_wrapper_icon="" application/icon_interpolation=4 -application/file_version="0.4.1.0" -application/product_version="0.4.1.0" +application/file_version="0.5.0.0" +application/product_version="0.5.0.0" application/company_name="" application/product_name="NETfishing" -application/file_description="NETfishing v0.4.1-prealpha" +application/file_description="NETfishing v0.5.0-prealpha" application/copyright="" application/trademarks="" application/export_angle=0 @@ -84,7 +84,7 @@ architectures/arm64-v8a=true architectures/x86=false architectures/x86_64=false version/code=40100 -version/name="0.4.1-prealpha" +version/name="0.5.0-prealpha" package/unique_name="io.makearmy.netfishing" package/name="NETfishing" package/signed=true @@ -121,7 +121,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="builds/*,playtest/*,scripts/*" -export_path="builds/v0.4.1-prealpha/linux-x86_64/NETfishing.x86_64" +export_path="builds/v0.5.0-prealpha/linux-x86_64/NETfishing.x86_64" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" diff --git a/playtest/README-PLAYTEST.txt b/playtest/README-PLAYTEST.txt index 7bc45ca..553fc44 100644 --- a/playtest/README-PLAYTEST.txt +++ b/playtest/README-PLAYTEST.txt @@ -1,6 +1,6 @@ NETfishing -v0.4.1-prealpha -Pre-Alpha 0.4.1 +v0.5.0-prealpha +Pre-Alpha 0.5.0 Thank you for trying this early private playtest. diff --git a/project.godot b/project.godot index 3197d32..43d04a9 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="NETFISHING" -config/version="0.4.1-prealpha" +config/version="0.5.0-prealpha" run/main_scene="res://main/main.tscn" config/features=PackedStringArray("4.7", "GL Compatibility") config/icon="res://icon.svg" diff --git a/scripts/build_playtest.sh b/scripts/build_playtest.sh index 5871383..2cc3e72 100755 --- a/scripts/build_playtest.sh +++ b/scripts/build_playtest.sh @@ -4,12 +4,12 @@ set -euo pipefail readonly SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)" readonly PROJECT_ROOT="$(cd -- "${SCRIPT_DIR}/.." && pwd)" -readonly BUILD_ROOT="${PROJECT_ROOT}/builds/v0.4.1-prealpha" +readonly BUILD_ROOT="${PROJECT_ROOT}/builds/v0.5.0-prealpha" readonly WINDOWS_DIR="${BUILD_ROOT}/windows-x86_64" readonly LINUX_DIR="${BUILD_ROOT}/linux-x86_64" readonly README_SOURCE="${PROJECT_ROOT}/playtest/README-PLAYTEST.txt" -readonly WINDOWS_ZIP="${BUILD_ROOT}/NETfishing-v0.4.1-prealpha-windows-x86_64.zip" -readonly LINUX_ZIP="${BUILD_ROOT}/NETfishing-v0.4.1-prealpha-linux-x86_64.zip" +readonly WINDOWS_ZIP="${BUILD_ROOT}/NETfishing-v0.5.0-prealpha-windows-x86_64.zip" +readonly LINUX_ZIP="${BUILD_ROOT}/NETfishing-v0.5.0-prealpha-linux-x86_64.zip" readonly GODOT_BIN="${GODOT_BIN:-godot}" if [[ ! -f "${PROJECT_ROOT}/project.godot" ]]; then diff --git a/ui/title_screen.tscn b/ui/title_screen.tscn index 516f20e..475a180 100644 --- a/ui/title_screen.tscn +++ b/ui/title_screen.tscn @@ -206,7 +206,7 @@ unique_name_in_owner = true layout_mode = 2 theme_override_colors/font_color = Color(0.682, 0.733, 0.761, 1) theme_override_font_sizes/font_size = 22 -text = "v0.4.1-prealpha" +text = "v0.5.0-prealpha" horizontal_alignment = 1 [node name="Spacer" type="Control" parent="ResponsiveTitleStage/TitlePresentationScaleRoot/Center/MainContent"]