From 3d4d23903be97914dd71109a626ac81ca28c1e4e Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 11 Feb 2015 08:57:06 +0200 Subject: [PATCH] Releasing new version --- ShareX.Setup/Program.cs | 2 +- ShareX/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ShareX.Setup/Program.cs b/ShareX.Setup/Program.cs index c9990b3d3..cb97aaf79 100644 --- a/ShareX.Setup/Program.cs +++ b/ShareX.Setup/Program.cs @@ -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"); diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 083dc0037..628fc2c85 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -39,7 +39,7 @@ namespace ShareX { internal static class Program { - public static bool IsBeta = true; + public static bool IsBeta = false; public static string Title {