From 2f11603f5a62af113c8004a87d8be652ae3b7ba2 Mon Sep 17 00:00:00 2001 From: doc-code Date: Sat, 17 Aug 2024 11:58:18 +0200 Subject: [PATCH] Update release version v1.0.1 --- addon/blender_manifest.toml | 2 +- release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/blender_manifest.toml b/addon/blender_manifest.toml index 44f8498..9c79f4b 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.0.0" +version = "1.0.1" name = "Custom Templates" tagline = "Use your own .blend files as template options for new projects" maintainer = "Francesco Bellini " diff --git a/release.sh b/release.sh index ea565fe..4885da4 100644 --- a/release.sh +++ b/release.sh @@ -1,2 +1,2 @@ -zip -9 -r ./releases/1.x.x/custom_templates-1.0.0.zip ./addon/ \ No newline at end of file +zip -9 -r ./releases/1.x.x/custom_templates-1.0.1.zip ./addon/ \ No newline at end of file