From 57c8a3bb801c1a65dfa0b256b7ac78c1de8bb579 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 28 Nov 2022 19:07:30 +0100 Subject: [PATCH] changed version number --- WeeXnes/Core/Global.cs | 2 +- WeeXnes/WeeXnes.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index 31826ee..504d0c7 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.0.1"; + public const string Version = "4.0.2"; 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 1398f0d..c988926 100644 --- a/WeeXnes/WeeXnes.csproj +++ b/WeeXnes/WeeXnes.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - 4.0.1 + 4.0.2 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes