From bf8a2995b62f38be25d5647aa4a082f842325def Mon Sep 17 00:00:00 2001 From: linonetwo Date: Sat, 1 Feb 2025 22:50:05 +0800 Subject: [PATCH] docs: add plugin stability badge --- src/services/wiki/plugin/ipcSyncAdaptor/plugin.info | 3 ++- src/services/wiki/plugin/ipcSyncAdaptorUI/plugin.info | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/services/wiki/plugin/ipcSyncAdaptor/plugin.info b/src/services/wiki/plugin/ipcSyncAdaptor/plugin.info index e1f71945..a9f192c2 100644 --- a/src/services/wiki/plugin/ipcSyncAdaptor/plugin.info +++ b/src/services/wiki/plugin/ipcSyncAdaptor/plugin.info @@ -5,7 +5,8 @@ "author": "LinOnetwo", "core-version": ">=5.1.22", "plugin-type": "plugin", - "version": "0.1.0", + "stability": "STABILITY_2_STABLE", + "version": "1.0.0", "dependents": [], "list": "readme tree", "plugin-priority-comment": "lower than $:/plugins/tiddlywiki/tiddlyweb's 10, so the js load before it to register", diff --git a/src/services/wiki/plugin/ipcSyncAdaptorUI/plugin.info b/src/services/wiki/plugin/ipcSyncAdaptorUI/plugin.info index f113eaff..57e483e7 100644 --- a/src/services/wiki/plugin/ipcSyncAdaptorUI/plugin.info +++ b/src/services/wiki/plugin/ipcSyncAdaptorUI/plugin.info @@ -5,7 +5,8 @@ "author": "LinOnetwo", "core-version": ">=5.1.22", "plugin-type": "plugin", - "version": "0.1.0", + "stability": "STABILITY_2_STABLE", + "version": "1.0.0", "dependents": ["$:/plugins/linonetwo/tidgi-ipc-syncadaptor"], "list": "readme tree", "plugin-priority-comment": "higher than $:/plugins/tiddlywiki/tiddlyweb's 10, so we load after it to overwrite it",