Skip to content

Commit

Permalink
updated to 2.1.2
Browse files Browse the repository at this point in the history
Steam API key wasn't set on 2.1.1
  • Loading branch information
akiver committed Sep 19, 2015
1 parent 5fc7a97 commit ce77402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.1");
public static Version APP_VERSION = new Version("2.1.2");
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;
Expand Down

0 comments on commit ce77402

Please sign in to comment.