Skip to content

Commit 5fc7a97

Browse files
committed
updated version to 2.1.1
1 parent a25a9d3 commit 5fc7a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AppSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ public static class AppSettings
1212
public static string AUTHOR = "AkiVer";
1313
public static string APP_NAME = "CSGO Demos Manager";
1414
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");
1616
public static string REGISTRY_KEY_DIRECTORIES = "directories";
1717
// Don't forget to put your Steam API key into the file "steam_api_key.txt"
1818
public static string STEAM_API_KEY = Properties.Resources.steam_api_key;
1919
// 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;
2121

2222
/// <summary>
2323
/// Return the Steam exe path from the registry

0 commit comments

Comments
 (0)