Skip to content

Commit

Permalink
version number +1
Browse files Browse the repository at this point in the history
  • Loading branch information
CitrusSin committed Jan 28, 2019
1 parent 0124a12 commit cc2248f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MFML/Core/LauncherMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class LauncherMain

public static LauncherMain Instance { get; private set; }
public const string LAUNCHER_NAME = "Micrafast's Minecraft Launcher";
public const string LAUNCHER_VERSION = "b0.1.0001";
public const string LAUNCHER_VERSION = "b0.1.0002";

public Configuration Settings { get; private set; }
public List<MinecraftVersion> MinecraftVersions { get; private set; }
Expand Down
4 changes: 2 additions & 2 deletions MFML/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0001.0")]
[assembly: AssemblyFileVersion("0.1.0001.0")]
[assembly: AssemblyVersion("0.1.0002.0")]
[assembly: AssemblyFileVersion("0.1.0002.0")]
Binary file modified MFML/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.

0 comments on commit cc2248f

Please sign in to comment.