diff --git a/__init__.py b/__init__.py index 365c8f7c..d42b8d2e 100644 --- a/__init__.py +++ b/__init__.py @@ -13,13 +13,13 @@ bl_info = { "name": "LuxCore", - "author": "Simon Wendsche (B.Y.O.B.), Michael Klemm (neo2068)", + "author": "Simon Wendsche (B.Y.O.B.), Michael Klemm (neo2068), Philstix", "version": (2, 0), "blender": (2, 79, 0), "category": "Render", "location": "Info header, render engine menu", "description": "LuxCore integration for Blender", - "warning": "alpha4", + "warning": "alpha5", "wiki_url": "https://wiki.luxcorerender.org/", "tracker_url": "https://github.com/LuxCoreRender/BlendLuxCore/issues/new", }