VR Scene Inspection: Bump version number to 0.9

For the final 2.90 release this should go up to 1.0, but not doing that
yet as we may have to do some fixes still.
This commit is contained in:
Julian Eisel 2020-07-22 14:10:56 +02:00
parent 362200bfee
commit 25b00a0a52
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ from bpy.app.handlers import persistent
bl_info = {
"name": "VR Scene Inspection",
"author": "Julian Eisel (Severin), Sebastian Koenig",
"version": (0, 2, 0),
"blender": (2, 83, 0),
"version": (0, 9, 0),
"blender": (2, 90, 0),
"location": "3D View > Sidebar > VR",
"description": ("View the viewport with virtual reality glasses "
"(head-mounted displays)"),