Skip to content

Commit

Permalink
chore: bump to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Nov 13, 2016
1 parent e8fa9d2 commit 45934e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Core/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions setup.iss
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 45934e4

Please sign in to comment.