diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index e3181b7c9..a7ff8c4f6 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -30,5 +30,5 @@ [assembly: AssemblyProduct("ShareX")] [assembly: AssemblyCopyright("Copyright (c) 2007-2023 ShareX Team")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("14.1.4")] -[assembly: AssemblyFileVersion("14.1.4")] \ No newline at end of file +[assembly: AssemblyVersion("15.0.0")] +[assembly: AssemblyFileVersion("15.0.0")] \ No newline at end of file diff --git a/ShareX.Setup/MicrosoftStore/AppxManifest.xml b/ShareX.Setup/MicrosoftStore/AppxManifest.xml index cf0e38e66..b6fe7f350 100644 --- a/ShareX.Setup/MicrosoftStore/AppxManifest.xml +++ b/ShareX.Setup/MicrosoftStore/AppxManifest.xml @@ -1,6 +1,6 @@  - + ShareX ShareX Team diff --git a/ShareX/Program.cs b/ShareX/Program.cs index bb5105e10..92131cc6e 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -109,7 +109,7 @@ public static string TitleShort } } - public static bool Dev { get; } = true; + public static bool Dev { get; } = false; public static bool MultiInstance { get; private set; } public static bool Portable { get; private set; } public static bool SilentRun { get; private set; }