diff --git a/index.html b/index.html
index e9dcc3ba..c3c0d731 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
- Marble Blast Platinum Haxe Port
+ Marble Blast Gold Haxe Port
diff --git a/src/MarbleGame.hx b/src/MarbleGame.hx
index 4aac12fc..5d8e0cf9 100644
--- a/src/MarbleGame.hx
+++ b/src/MarbleGame.hx
@@ -38,7 +38,7 @@ class MarbleGame {
static var instance:MarbleGame;
- static var currentVersion = "1.7.2";
+ static var currentVersion = "1.1.13";
var world:MarbleWorld;