File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ public static class AppSettings
12
12
public static string AUTHOR = "AkiVer" ;
13
13
public static string APP_NAME = "CSGO Demos Manager" ;
14
14
public static string APP_WEBSITE = "http://csgo-demos-manager.com" ;
15
- public static Version APP_VERSION = new Version ( "2.1.0 " ) ;
15
+ public static Version APP_VERSION = new Version ( "2.1.1 " ) ;
16
16
public static string REGISTRY_KEY_DIRECTORIES = "directories" ;
17
17
// Don't forget to put your Steam API key into the file "steam_api_key.txt"
18
18
public static string STEAM_API_KEY = Properties . Resources . steam_api_key ;
19
19
// when an update needs to clear data cache, set it to true to prompt the user to save his comments
20
- public static bool REQUIRE_CLEAR_CACHE = true ;
20
+ public static bool REQUIRE_CLEAR_CACHE = false ;
21
21
22
22
/// <summary>
23
23
/// Return the Steam exe path from the registry
You can’t perform that action at this time.
0 commit comments