From 310ef51a86f6513cc35fd7ec54338a60097efa08 Mon Sep 17 00:00:00 2001 From: Rokojori Date: Tue, 26 May 2026 14:48:47 +0200 Subject: [PATCH] v0.6 --- Tools/docs/CreateDoc.cs | 4 ++-- plugin.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/docs/CreateDoc.cs b/Tools/docs/CreateDoc.cs index 55848c0..08f1915 100644 --- a/Tools/docs/CreateDoc.cs +++ b/Tools/docs/CreateDoc.cs @@ -60,8 +60,8 @@ namespace Rokojori.DocGenerator [Export(PropertyHint.Dir)] public string externalDocsPath; - [ExportToolButton( "Intergrate External")] - public Callable integrateExternalButton => Callable.From( ()=>{ IntegrateExtarnel(); } ); + // [ExportToolButton( "Intergrate External")] + // public Callable integrateExternalButton => Callable.From( ()=>{ IntegrateExtarnel(); } ); void IntegrateExtarnel() { diff --git a/plugin.cfg b/plugin.cfg index 10cc573..246b0a9 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -3,5 +3,5 @@ name="Rokojori Action Library" description="Library for actions, assets and effects" author="Rokojori" -version="0.5" +version="0.6" script="RokojoriPlugin.cs"