From 95ce8451b1efffc29b8a0ede73deffdb8cf820bb Mon Sep 17 00:00:00 2001 From: Brendon Murphy <meta.androcto1@gmail.com> Date: Mon, 21 Sep 2015 20:07:06 +1000 Subject: [PATCH] update version & remove warning --- game_engine_publishing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game_engine_publishing.py b/game_engine_publishing.py index 0eb434fe1..495b01237 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", } -- GitLab