Skip to content

Commit

Permalink
chore: update to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Dec 25, 2015
1 parent 0a2636d commit 00f47f3
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.3.0");
public static Version APP_VERSION = new Version("2.3.1");
// 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
Expand Down

0 comments on commit 00f47f3

Please sign in to comment.