From 47f7eeab04c67b979f332609976896cea6b1a387 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Fri, 14 Aug 2020 12:34:25 +0200 Subject: [PATCH] Bump version to v1.2.1 (#125) --- plugin.json | 2 +- server/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", }