diff --git a/plugin.json b/plugin.json index 71e70dc8..a704b7e5 100755 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "mattermost-autolink", "name": "Autolink", "description": "Automatically rewrite text matching a regular expression into a Markdown link.", - "version": "1.0.0", + "version": "1.0.1", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64", diff --git a/server/manifest.go b/server/manifest.go index 3ca41896..4c404dde 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "mattermost-autolink", - Version: "1.0.0", + Version: "1.0.1", }