mirror of
https://github.com/StudentBlake/XCI-Explorer
synced 2024-11-10 06:34:15 +00:00
Minor bump
This commit is contained in:
parent
a717e30521
commit
4c492d78f7
2 changed files with 3 additions and 3 deletions
|
@ -15,5 +15,5 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("206c6c47-87b1-477f-b6e6-f7e7c1a92f8f")]
|
||||
[assembly: AssemblyFileVersion("1.4.7.0")]
|
||||
[assembly: AssemblyVersion("1.4.7.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.8.0")]
|
||||
[assembly: AssemblyVersion("1.4.8.0")]
|
||||
|
|
|
@ -45,7 +45,7 @@ namespace XCI_Explorer
|
|||
case 7:
|
||||
return "MasterKey6 (6.2.0)";
|
||||
case 8:
|
||||
return "MasterKey7 (7.0.0-8.0.1)";
|
||||
return "MasterKey7 (7.0.0-9.0.1)";
|
||||
case 9:
|
||||
return "MasterKey8 (?)";
|
||||
case 10:
|
||||
|
|
Loading…
Reference in a new issue