From b95fb589251298533e72663e8f303f24cf952069 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Wed, 4 Jan 2023 19:51:21 +0100 Subject: [PATCH] now all issues are fixed --- WeeXnes/App.config | 12 ++---------- WeeXnes/Core/Global.cs | 2 +- WeeXnes/WeeXnes.csproj | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/WeeXnes/App.config b/WeeXnes/App.config index 9062d10..1c75772 100644 --- a/WeeXnes/App.config +++ b/WeeXnes/App.config @@ -1,14 +1,6 @@ - + - + - - - - - - - - \ No newline at end of file diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index 7b2e664..92a4d3c 100644 --- a/WeeXnes/Core/Global.cs +++ b/WeeXnes/Core/Global.cs @@ -6,7 +6,7 @@ namespace WeeXnes.Core { public class Information { - public const string Version = "4.1.3"; + public const string Version = "4.2.0"; public const string EncryptionHash = "8zf5#RdyQ]$4x4_"; public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; } diff --git a/WeeXnes/WeeXnes.csproj b/WeeXnes/WeeXnes.csproj index 92002d4..a404d1e 100644 --- a/WeeXnes/WeeXnes.csproj +++ b/WeeXnes/WeeXnes.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - 4.1.3 + 4.2.0 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes