Skip to content

Commit

Permalink
updated version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Jun 13, 2015
1 parent bdbd9c4 commit 88b0bb6
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.0.3");
public static Version APP_VERSION = new Version("2.1.0");
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 88b0bb6

Please sign in to comment.