Update version

This commit is contained in:
Jaex 2020-03-11 16:18:45 +03:00
parent 3fda9017c7
commit 25edd19ea9
2 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ public static string VersionText
public static string TitleLong => $"{Title} ({Build})";
public static bool Dev { get; } = false;
public static bool Dev { get; } = true;
public static bool MultiInstance { get; private set; }
public static bool Portable { get; private set; }
public static bool PortableApps { get; private set; }

View file

@ -30,5 +30,5 @@
[assembly: AssemblyProduct("ShareX")]
[assembly: AssemblyCopyright("Copyright (c) 2007-2020 ShareX Team")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("13.1.0")]
[assembly: AssemblyFileVersion("13.1.0")]
[assembly: AssemblyVersion("13.1.1")]
[assembly: AssemblyFileVersion("13.1.1")]