From 5c8f41b4a6902627fed7069fd98514c6dceae988 Mon Sep 17 00:00:00 2001 From: Mark Moissette Date: Mon, 5 Feb 2024 10:23:53 +0100 Subject: [PATCH] fix(gltf_auto_export): bumped version (#117) --- tools/gltf_auto_export/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gltf_auto_export/__init__.py b/tools/gltf_auto_export/__init__.py index ace09ee..ce80ed0 100644 --- a/tools/gltf_auto_export/__init__.py +++ b/tools/gltf_auto_export/__init__.py @@ -1,7 +1,7 @@ bl_info = { "name": "gltf_auto_export", "author": "kaosigh", - "version": (0, 10, 0), + "version": (0, 11, 0), "blender": (3, 4, 0), "location": "File > Import-Export", "description": "glTF/glb auto-export",