Releasing new version

This commit is contained in:
Jaex 2015-02-11 08:57:06 +02:00
parent bbe105607f
commit 3d4d23903b
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ private enum SetupType
Beta // Build setup + upload it using "Debug/ShareX.exe"
}
private const SetupType Setup = SetupType.Beta;
private const SetupType Setup = SetupType.Stable;
private static string parentDir = @"..\..\..\";
private static string binDir = Path.Combine(parentDir, @"ShareX\bin");

View file

@ -39,7 +39,7 @@ namespace ShareX
{
internal static class Program
{
public static bool IsBeta = true;
public static bool IsBeta = false;
public static string Title
{