[Bf-extensions-cvs] [300daadf] master: text editor to hastebin: bl_info version 2.78 to avoid warnings

meta-androcto noreply at git.blender.org
Fri Jul 14 10:20:49 CEST 2017


Commit: 300daadf650f7a6dbfabbd4d64c2aeab9980b6ff
Author: meta-androcto
Date:   Fri Jul 14 18:20:25 2017 +1000
Branches: master
https://developer.blender.org/rBAC300daadf650f7a6dbfabbd4d64c2aeab9980b6ff

text editor to hastebin: bl_info version 2.78 to avoid warnings

===================================================================

M	text_editor_hastebin.py

===================================================================

diff --git a/text_editor_hastebin.py b/text_editor_hastebin.py
index 612b45da..1c40d849 100644
--- a/text_editor_hastebin.py
+++ b/text_editor_hastebin.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "hastebin",
     "author": "Dalai Felinto (dfelinto)",
     "version": (0, 8),
-    "blender": (2, 79, 0),
+    "blender": (2, 78, 0),
     "location": "Text editor > Properties panel",
     "description": "Send your selection or text to hastebin.com",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"



More information about the Bf-extensions-cvs mailing list