From da36deb93bdbbd6f64b9a18e4f17d2f0b8969979 Mon Sep 17 00:00:00 2001 From: p2or <512368+p2or@users.noreply.github.com> Date: Fri, 24 Jun 2022 18:30:40 +0200 Subject: [PATCH] version bump --- dof-utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dof-utils.py b/dof-utils.py index 6eb95db..54cf9b1 100644 --- a/dof-utils.py +++ b/dof-utils.py @@ -20,7 +20,7 @@ "name": "Depth of Field Utilities", "author": "Christian Brinkmann (p2or)", "description": "Displays depth of field in 3D view port.", - "version": (0, 1, 0), + "version": (0, 1, 1), "blender": (2, 80, 0), "location": "3d View > Properties Panel (N) > Depth of Field Utilities", "doc_url": "https://github.com/p2or/blender-dof-utils",