diff --git a/plugin.json b/plugin.json index 3a44fb28..76b15ae5 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.1.2", + "version": "1.2.0", "min_server_version": "5.16.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 180bb97c..a9de0cca 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "mattermost-autolink", - Version: "1.1.2", + Version: "1.2.0", }