diff --git a/plugin.json b/plugin.json index 2a8470e..8be4650 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.github.nathanaelhoun.plugin-clear", "name": "Clear", "description": "Delete multiple posts with a /command.", - "version": "0.2.0", + "version": "0.3.0", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 60c157f..072164d 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -14,7 +14,7 @@ const manifestStr = ` { "id": "com.github.nathanaelhoun.plugin-clear", "name": "Clear", - "description": "Delete multiple posts with a command.", + "description": "Delete multiple posts with a /command.", "version": "0.2.0", "min_server_version": "5.12.0", "server": {