From 1d3363e753d30c5690f26f70402e127114e34386 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 16 May 2026 17:16:12 +1000 Subject: [PATCH] Bump plugin creator version to 1.18.0 --- plugin_creator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_creator/__init__.py b/plugin_creator/__init__.py index 3e2b3bb..c860c4c 100644 --- a/plugin_creator/__init__.py +++ b/plugin_creator/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -PLUGIN_CREATOR_VERSION = "1.17.1" +PLUGIN_CREATOR_VERSION = "1.18.0"