Skip to content

Commit

Permalink
chore: 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed May 26, 2020
1 parent bc458fe commit e75ad85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Core/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class AppSettings
public static string AUTHOR = "AkiVer";
public static string APP_NAME = "CSGO Demos Manager";
public static string APP_WEBSITE = "https://csgo-demos-manager.com";
public static Version APP_VERSION = new Version("2.13.11");
public static Version APP_VERSION = new Version("2.13.12");
private const string MATCH_LIST_FILENAME = "matches.dat";
public const string PROCESS_NAME = "CSGODemosManager";
public const string CSGO_PROCESS_NAME = "csgo";
Expand Down
6 changes: 3 additions & 3 deletions Manager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("AkiVer")]
[assembly: AssemblyProduct("CSGO Demos Manager")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -50,8 +50,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.13.11.0")]
[assembly: AssemblyFileVersion("2.13.11.0")]
[assembly: AssemblyVersion("2.13.12.0")]
[assembly: AssemblyFileVersion("2.13.12.0")]
[assembly: Guid("11a35f95-5f2e-4781-964e-94d624fff358")]
[assembly: NeutralResourcesLanguage("en-US")]

2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define AppVer "2.13.11"
#define AppVer "2.13.12"
#define AppName "CSGO Demos Manager"
#define ExeName "CSGODemosManager.exe"
#define AppWebsite "https://www.csgo-demos-manager.com"
Expand Down

0 comments on commit e75ad85

Please sign in to comment.