mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
Release 0.99.9.95
This commit is contained in:
parent
769b899f6a
commit
29bca54ef2
@ -9,7 +9,7 @@ namespace ClassicalSharp {
|
||||
|
||||
internal static class Program {
|
||||
|
||||
public const string AppName = "ClassicalSharp 0.99.9.94";
|
||||
public const string AppName = "ClassicalSharp 0.99.9.95";
|
||||
|
||||
#if !LAUNCHER
|
||||
[STAThread]
|
||||
|
@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyVersion("0.99.9.93")]
|
||||
[assembly: AssemblyVersion("0.99.9.95")]
|
||||
|
@ -8,7 +8,7 @@ namespace Launcher {
|
||||
|
||||
internal static class Program {
|
||||
|
||||
public const string AppName = "ClassicalSharp Launcher 0.99.9.94";
|
||||
public const string AppName = "ClassicalSharp Launcher 0.99.9.95";
|
||||
|
||||
public static bool ShowingErrorDialog = false;
|
||||
|
||||
|
@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyVersion("0.99.9.93")]
|
||||
[assembly: AssemblyVersion("0.99.9.95")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user