Skip to content

Commit

Permalink
v0.1.2 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
quaris628 committed Jan 19, 2023
1 parent 4558e42 commit c4b8f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion einstein/config/EinsteinPhiConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class EinsteinPhiConfig : DefaultConfig
public new const string HOME_DIR = "../";
public new const string RES_DIR = HOME_DIR + "res/";
public const int PAD = 5;
public const string VERSION = "v0.1.1";
public const string VERSION = "v0.1.2";

public new class Window : DefaultConfig.Window
{
Expand Down

0 comments on commit c4b8f50

Please sign in to comment.