diff --git a/plugin.json b/plugin.json index 76b15ae5..4842f51a 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "description": "Automatically rewrite text matching a regular expression into a Markdown link.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-autolink", "support_url": "https://github.com/mattermost/mattermost-plugin-autolink/issues", - "version": "1.2.0", + "version": "1.2.1", "min_server_version": "5.16.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 8b004a88..19719e28 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "mattermost-autolink", - Version: "1.2.0", + Version: "1.2.1", }