From 9930bf36f5baa7c1417742c892a811255b1c313c Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 17 Jul 2019 10:05:19 -0700 Subject: [PATCH] Bump version (#70) --- plugin.json | 2 +- server/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", }