Skip to content

Commit

Permalink
updated version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Sep 17, 2015
1 parent a25a9d3 commit 5fc7a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ 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.1.0");
public static Version APP_VERSION = new Version("2.1.1");
public static string REGISTRY_KEY_DIRECTORIES = "directories";
// Don't forget to put your Steam API key into the file "steam_api_key.txt"
public static string STEAM_API_KEY = Properties.Resources.steam_api_key;
// when an update needs to clear data cache, set it to true to prompt the user to save his comments
public static bool REQUIRE_CLEAR_CACHE = true;
public static bool REQUIRE_CLEAR_CACHE = false;

/// <summary>
/// Return the Steam exe path from the registry
Expand Down

0 comments on commit 5fc7a97

Please sign in to comment.