Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendon Murphy <meta.androcto1@gmail.com>2015-09-21 13:07:06 +0300
committerBrendon Murphy <meta.androcto1@gmail.com>2015-09-21 13:07:06 +0300
commit95ce8451b1efffc29b8a0ede73deffdb8cf820bb (patch)
tree320bff8242e016353be488045bea1eb4c81754b0 /game_engine_publishing.py
parent0eef469a5d444f396152376a49d7faad0ba51aba (diff)
update version & remove warning
Diffstat (limited to 'game_engine_publishing.py')
-rw-r--r--game_engine_publishing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/game_engine_publishing.py b/game_engine_publishing.py
index 0eb434fe..495b0123 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",
}