diff --git a/Wonky.Client/AppId.cs b/Wonky.Client/AppId.cs index 844a2c0f..0bfad7ba 100644 --- a/Wonky.Client/AppId.cs +++ b/Wonky.Client/AppId.cs @@ -2,8 +2,8 @@ namespace Wonky.Client; public class AppId { - public string Version { get; set; } = "0.2.11"; - public string Name { get; set; } = "WO"; + public string Version { get; set; } = "0.2.12"; + public string Name { get; set; } = "wwo"; public bool IsBeta { get; set; } = true; } \ No newline at end of file diff --git a/Wonky.Client/Wonky.Client.csproj b/Wonky.Client/Wonky.Client.csproj index 47d66a1e..85171840 100644 --- a/Wonky.Client/Wonky.Client.csproj +++ b/Wonky.Client/Wonky.Client.csproj @@ -19,7 +19,6 @@ -