diff --git a/Core/AppSettings.cs b/Core/AppSettings.cs index 749c27cb..e44b92eb 100644 --- a/Core/AppSettings.cs +++ b/Core/AppSettings.cs @@ -13,8 +13,8 @@ public static class AppSettings { public static string AUTHOR = "AkiVer"; public static string APP_NAME = "CSGO Demos Manager"; - public static string APP_WEBSITE = "http://csgo-demos-manager.com"; - public static Version APP_VERSION = new Version("2.9.0"); + public static string APP_WEBSITE = "https://csgo-demos-manager.com"; + public static Version APP_VERSION = new Version("2.10.0"); private const string MATCH_LIST_FILENAME = "matches.dat"; public const string PROCESS_NAME = "CSGODemosManager"; public const string CSGO_PROCESS_NAME = "csgo"; diff --git a/setup.iss b/setup.iss index 84825418..71f8143c 100644 --- a/setup.iss +++ b/setup.iss @@ -1,7 +1,7 @@ -#define AppVer "2.9.0" +#define AppVer "2.10.0" #define AppName "CSGO Demos Manager" #define ExeName "CSGODemosManager.exe" -#define AppWebsite "http://www.csgo-demos-manager.com" +#define AppWebsite "https://www.csgo-demos-manager.com" ; Set it to 1 to clear the cache at startup #define ClearCache 1