We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfc48f commit e084eb6Copy full SHA for e084eb6
src/AppSettings.cs
@@ -12,7 +12,7 @@ public static class AppSettings
12
public static string AUTHOR = "AkiVer";
13
public static string APP_NAME = "CSGO Demos Manager";
14
public static string APP_WEBSITE = "http://csgo-demos-manager.com";
15
- public static Version APP_VERSION = new Version("2.2.0");
+ public static Version APP_VERSION = new Version("2.2.1");
16
// Don't forget to put your Steam API key into the file "steam_api_key.txt"
17
public static string STEAM_API_KEY = Properties.Resources.steam_api_key;
18
// when an update needs to clear data cache, set it to true to prompt the user to save his comments
0 commit comments