From 0f15fbc89329fc8be326da11efce1771c0d216dc Mon Sep 17 00:00:00 2001 From: Jaex Date: Sun, 1 Mar 2020 16:52:56 +0300 Subject: [PATCH] Release --- ShareX.Setup/WindowsStore/AppxManifest.xml | 2 +- ShareX/Program.cs | 2 +- SharedAssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ShareX.Setup/WindowsStore/AppxManifest.xml b/ShareX.Setup/WindowsStore/AppxManifest.xml index 634976637..5373b5fe0 100644 --- a/ShareX.Setup/WindowsStore/AppxManifest.xml +++ b/ShareX.Setup/WindowsStore/AppxManifest.xml @@ -1,6 +1,6 @@  - + ShareX ShareX Team diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 9bf3f3f6b..6d9799001 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -78,7 +78,7 @@ public static string VersionText public static string TitleLong => $"{Title} ({Build})"; - 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 PortableApps { get; private set; } diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index e612c6100..23cba8214 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-2020 ShareX Team")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("13.0.2")] -[assembly: AssemblyFileVersion("13.0.2")] \ No newline at end of file +[assembly: AssemblyVersion("13.1.0")] +[assembly: AssemblyFileVersion("13.1.0")] \ No newline at end of file