From d92cb1cada06d07520cf11ff6859c47503648650 Mon Sep 17 00:00:00 2001 From: lastlink Date: Wed, 24 Jul 2024 08:42:22 -0400 Subject: [PATCH] Update plugins.json --- plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins.json b/plugins.json index d9a37df..477b6ec 100644 --- a/plugins.json +++ b/plugins.json @@ -2434,18 +2434,18 @@ "author": "lastlink", "compatible_version": ">=1.0.37", "description": "Wiki to document projects.", - "download": "https://github.com/funktechno/kanboard-plugin-wiki/releases/download/0.3.5/Wiki-0.3.5.zip", + "download": "https://github.com/funktechno/kanboard-plugin-wiki/releases/download/0.3.7/Wiki-0.3.7.zip", "has_hooks": true, "has_overrides": true, "has_schema": true, "homepage": "https://github.com/funktechno/kanboard-plugin-wiki", "is_type": "plugin", - "last_updated": "2024-07-22", + "last_updated": "2024-07-24", "license": "MIT", "readme": "https://raw.githubusercontent.com/funktechno/kanboard-plugin-wiki/master/README.md", "remote_install": true, "title": "Wiki", - "version": "0.3.5" + "version": "0.3.7" }, "WysiwygMDEditor": { "author": "Im[F(x)]",