From ab01a3795d70572bcb546738d70f4c36e11cbaa2 Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Fri, 25 Apr 2025 16:23:41 -0700 Subject: [PATCH] fix(plugin-gore): Correct id --- plugins/plugin-gore/about.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/plugin-gore/about.json b/plugins/plugin-gore/about.json index 03903f54c6f..64132a7b916 100644 --- a/plugins/plugin-gore/about.json +++ b/plugins/plugin-gore/about.json @@ -1,6 +1,5 @@ { - "name": "plugin-gore", + "id": "plugin-gore", "description": "A FreeSewing plugin to generate gores for a semi-sphere or dome", - "id": "4.0.0", "version": "4.0.0" -} \ No newline at end of file +}