From bd6178fa6fe6b65c009ca8b8117fdb9fd3bc61b8 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 20 Nov 2018 17:56:55 +0100 Subject: Import Images as Planes: raise version number. Please do that *every time* you make any change but most basic cleanup ones! --- io_import_images_as_planes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index e6d37d7b..2b57c676 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -21,7 +21,7 @@ bl_info = { "name": "Import Images as Planes", "author": "Florian Meyer (tstscr), mont29, matali, Ted Schundler (SpkyElctrc)", - "version": (3, 2, 0), + "version": (3, 2, 1), "blender": (2, 80, 0), "location": "File > Import > Images as Planes or Add > Mesh > Images as Planes", "description": "Imports images and creates planes with the appropriate aspect ratio. " -- cgit v1.2.3