diff --git a/ShareX.Setup/MicrosoftStore/AppxManifest.xml b/ShareX.Setup/MicrosoftStore/AppxManifest.xml index b855dd1a4..9372dee9c 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 c29830cbd..5955af500 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -108,7 +108,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; } diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 11692bb10..824cec15d 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -30,5 +30,5 @@ You should have received a copy of the GNU General Public License [assembly: AssemblyProduct("ShareX")] [assembly: AssemblyCopyright("Copyright (c) 2007-2022 ShareX Team")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("13.7.2")] -[assembly: AssemblyFileVersion("13.7.2")] \ No newline at end of file +[assembly: AssemblyVersion("14.0.0")] +[assembly: AssemblyFileVersion("14.0.0")] \ No newline at end of file