Skip to content

Commit

Permalink
v0.0.7p1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianscar committed Jun 28, 2022

Verified

This commit was signed with the committer’s verified signature.
daniel-toth-leeder Daniel Toth
1 parent d1747b7 commit 1da86e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ public static void addAllChanges( ArrayList<ChangeInfo> changeInfos ) {
}

public static void add_v0_0_7p1_changes( ArrayList<ChangeInfo> changeInfos ) {
ChangeInfo changes = new ChangeInfo("v0.0.4p1", false, "");
ChangeInfo changes = new ChangeInfo("v0.0.7p1", false, "");
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);

0 comments on commit 1da86e0

Please sign in to comment.