Skip to content

Commit

Permalink
2024.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepYhangCN committed Mar 5, 2024
1 parent 8f6ab11 commit ad7c922
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AutoLoad.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
}
Expand Down
2 changes: 1 addition & 1 deletion WindowsInstaller_x86_32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion WindowsInstaller_x86_64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ad7c922

Please sign in to comment.