From 4b95634fc85a6c7c8faadfa0c838b7cee0d4eb58 Mon Sep 17 00:00:00 2001 From: p2or <512368+p2or@users.noreply.github.com> Date: Sat, 16 Dec 2023 23:37:58 +0100 Subject: [PATCH] version bump --- dof-utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dof-utils.py b/dof-utils.py index 1e87a01..1f28c3f 100644 --- a/dof-utils.py +++ b/dof-utils.py @@ -20,8 +20,8 @@ "name": "Depth of Field Utilities", "author": "Christian Brinkmann (p2or)", "description": "Displays depth of field in 3D viewport.", - "version": (0, 1, 2), - "blender": (3, 5, 0), + "version": (0, 1, 3), + "blender": (4, 0, 0), "location": "3d View > Properties Panel (N) > Depth of Field Utilities", "doc_url": "https://github.com/p2or/blender-dof-utils", "tracker_url": "https://github.com/p2or/blender-dof-utils/issues",