diff --git a/game_engine_publishing.py b/game_engine_publishing.py
index 0eb434fe152c520bd7499b9dbccadab0ed2e8c40..495b01237ab63db2528887afd425261d9966fd4b 100644
--- a/game_engine_publishing.py
+++ b/game_engine_publishing.py
@@ -29,10 +29,10 @@ bl_info = {
     "name": "Game Engine Publishing",
     "author": "Mitchell Stokes (Moguri), Oren Titane (Genome36)",
     "version": (0, 1, 0),
-    "blender": (2, 72, 0),
+    "blender": (2, 75, 0),
     "location": "Render Properties > Publishing Info",
     "description": "Publish .blend file as game engine runtime, manage versions and platforms",
-    "warning": "beta",
+    "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Game_Engine/Publishing",
     "category": "Game Engine",
 }