From 975bc30079450966300667802f1fddf143b0c717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez=20Rivero?= Date: Tue, 6 Sep 2016 15:53:38 +0200 Subject: [PATCH] Update PluginMechanism.tid (#2574) Added link to sematic versioning --- editions/tw5.com/tiddlers/mechanisms/PluginMechanism.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/mechanisms/PluginMechanism.tid b/editions/tw5.com/tiddlers/mechanisms/PluginMechanism.tid index 84440cf3e..bb1e6fa60 100644 --- a/editions/tw5.com/tiddlers/mechanisms/PluginMechanism.tid +++ b/editions/tw5.com/tiddlers/mechanisms/PluginMechanism.tid @@ -28,7 +28,7 @@ Plugins are stored as tiddlers with the following fields: |title |Title of plugin | |description |Description of plugin | |author |Author of plugin | -|version |Version string (must conform to SemanticVersioning convention) | +|version |Version string (must conform to [ext[SemanticVersioning|http://semver.org/]] convention) | |source |Source URL of plugin | |type |Must be ''application/json'' | |plugin-type |Can be ''plugin'' (default), ''language'' or ''theme'' |