From 0face52d9027f7780cb19b353939c3477a02391a Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sun, 5 Feb 2023 21:13:25 +0530 Subject: [PATCH] update ver damnit --- README.md | 4 ++-- src/gui/MainMenuGui.hx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2730ce3..7c6fd426 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The browser port supports touch controls, meaning it can be played on mobile dev ### Marble Blast Gold: [Play](https://mbhaxe.netlify.app/) ### Marble Blast Platinum: [Play](https://mbphaxe.netlify.app/) ## Windows and Mac -### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.5) -### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.3.2) +### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.6) +### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.3.3) ## Mac Instructions Put the .app file in either /Applications or ~/Applications in order to run it properly. You will also have to bypass Gatekeeper since the .app is not signed. diff --git a/src/gui/MainMenuGui.hx b/src/gui/MainMenuGui.hx index eb6cb89e..f45dca53 100644 --- a/src/gui/MainMenuGui.hx +++ b/src/gui/MainMenuGui.hx @@ -159,7 +159,7 @@ class MainMenuGui extends GuiImage { versionText.vertSizing = Bottom; versionText.position = new Vector(502, 66); versionText.extent = new Vector(97, 72); - versionText.text.text = "
1.3.2
"; + versionText.text.text = "1.3.3
"; this.addChild(versionText); } }