diff --git a/Update/Update.csproj b/Update/Update.csproj index 7900e0c..263ea53 100644 --- a/Update/Update.csproj +++ b/Update/Update.csproj @@ -13,6 +13,7 @@ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true + wicns.ico AnyCPU @@ -81,6 +82,7 @@ + \ No newline at end of file diff --git a/Update/wicns.ico b/Update/wicns.ico new file mode 100644 index 0000000..b575d2d Binary files /dev/null and b/Update/wicns.ico differ diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index 1ee8949..394ff68 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.7"; + public const string Version = "4.0.8"; 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 6f8b281..f7fa6b9 100644 --- a/WeeXnes/WeeXnes.csproj +++ b/WeeXnes/WeeXnes.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - 4.0.7 + 4.0.8 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes