From ad7c92244c70e2d4b0dc5deaad15792dc1c63430 Mon Sep 17 00:00:00 2001 From: SheepYhangCN Date: Tue, 5 Mar 2024 18:06:49 +0800 Subject: [PATCH] 2024.3.5 --- AutoLoad.cs | 2 +- WindowsInstaller_x86_32.iss | 2 +- WindowsInstaller_x86_64.iss | 2 +- export_presets.cfg | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/AutoLoad.cs b/AutoLoad.cs index ce621dd..f1cab0f 100644 --- a/AutoLoad.cs +++ b/AutoLoad.cs @@ -9,7 +9,7 @@ public partial class AutoLoad : Node internal int port=1145; internal int popup=0; internal bool is_connection_lost=false; - internal string version="v2024.3.3"; + internal string version="v2024.3.5"; public override void _Ready() { } diff --git a/WindowsInstaller_x86_32.iss b/WindowsInstaller_x86_32.iss index d25424a..9ffbdf3 100644 --- a/WindowsInstaller_x86_32.iss +++ b/WindowsInstaller_x86_32.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "LocalChat" -#define MyAppVersion "2024.3.3" +#define MyAppVersion "2024.3.5" #define MyAppPublisher "SheepYhangCN" #define MyAppURL "https://github.com/SheepYhangCN/LocalChat" #define MyAppExeName "LocalChat.exe" diff --git a/WindowsInstaller_x86_64.iss b/WindowsInstaller_x86_64.iss index 0a3ec6e..8c18e99 100644 --- a/WindowsInstaller_x86_64.iss +++ b/WindowsInstaller_x86_64.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "LocalChat" -#define MyAppVersion "2024.3.3" +#define MyAppVersion "2024.3.5" #define MyAppPublisher "SheepYhangCN" #define MyAppURL "https://github.com/SheepYhangCN/LocalChat" #define MyAppExeName "LocalChat.exe" diff --git a/export_presets.cfg b/export_presets.cfg index da94ca4..98ba814 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -35,8 +35,8 @@ application/modify_resources=true application/icon="" application/console_wrapper_icon="" application/icon_interpolation=4 -application/file_version="2024.3.3" -application/product_version="2024.3.3" +application/file_version="2024.3.5" +application/product_version="2024.3.5" application/company_name="SheepYhangCN" application/product_name="LocalChat" application/file_description="An application that allows you to chat with others in LAN." @@ -101,8 +101,8 @@ application/modify_resources=true application/icon="" application/console_wrapper_icon="" application/icon_interpolation=4 -application/file_version="2024.3.3" -application/product_version="2024.3.3" +application/file_version="2024.3.5" +application/product_version="2024.3.5" application/company_name="SheepYhangCN" application/product_name="LocalChat" application/file_description="An application that allows you to chat with others in LAN." @@ -159,7 +159,7 @@ architectures/arm64-v8a=false architectures/x86=false architectures/x86_64=true version/code=1 -version/name="2024.3.3" +version/name="2024.3.5" package/unique_name="com.sheepyuhang.localchat" package/name="LocalChat" package/signed=true @@ -364,7 +364,7 @@ architectures/arm64-v8a=true architectures/x86=false architectures/x86_64=false version/code=1 -version/name="2024.3.3" +version/name="2024.3.5" package/unique_name="com.sheepyuhang.localchat" package/name="LocalChat" package/signed=true