Skip to content

Commit

Permalink
Merge pull request #21 from Mr-Technician/develop-1.0
Browse files Browse the repository at this point in the history
Change window title to match new version.
  • Loading branch information
Mr-Technician authored Jun 20, 2021
2 parents d12866c + 1f0bf7c commit 3b5599b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BorderlessMinecraft/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static void Main()
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1()
{
Text = "Borderless Minecraft 1.2.2"
Text = "Borderless Minecraft 1.2.3"
});
}

Expand Down

0 comments on commit 3b5599b

Please sign in to comment.