From 68e7b18fb2d8dfb6c4ef859dc8bb9eae043ea500 Mon Sep 17 00:00:00 2001 From: doc-code Date: Mon, 26 Aug 2024 16:02:40 +0200 Subject: [PATCH] Update .toml to 1.2.3 and add User Interface tag, as suggested --- addon/blender_manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/blender_manifest.toml b/addon/blender_manifest.toml index 28f8c98..01b783b 100644 --- a/addon/blender_manifest.toml +++ b/addon/blender_manifest.toml @@ -1,12 +1,12 @@ schema_version = "1.0.0" id = "custom_templates" -version = "1.2.2" +version = "1.2.3" name = "Custom Templates" tagline = "Use your own .blend files as template options for new projects" maintainer = "Francesco Bellini " type = "add-on" website = "https://projects.blender.org/Francesco-Bellini/custom_templates_addon" -tags = ["System"] +tags = ["System", "User Interface"] blender_version_min = "4.2.0" license = ["SPDX:GPL-3.0-or-later"] copyright = ["2024 Francesco Bellini"]