From b8289b9ac363f8ea8068a8eecd7bf055712f526c Mon Sep 17 00:00:00 2001
From: doc-code <doc.open.dev@gmail.com>
Date: Mon, 19 Aug 2024 00:21:19 +0200
Subject: [PATCH] Add files permission for import/export feature, Update to
 1.2.2

---
 addon/blender_manifest.toml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/addon/blender_manifest.toml b/addon/blender_manifest.toml
index 135e9c1..28f8c98 100644
--- a/addon/blender_manifest.toml
+++ b/addon/blender_manifest.toml
@@ -1,6 +1,6 @@
 schema_version = "1.0.0"
 id = "custom_templates"
-version = "1.2.1"
+version = "1.2.2"
 name = "Custom Templates"
 tagline = "Use your own .blend files as template options for new projects"
 maintainer = "Francesco Bellini <doc.open.dev@gmail.com>"
@@ -10,3 +10,5 @@ tags = ["System"]
 blender_version_min = "4.2.0"
 license = ["SPDX:GPL-3.0-or-later"]
 copyright = ["2024 Francesco Bellini"]
+[permissions]
+files = "Import/Export your custom templates as JSON from/to disk"