From dd1333433c1aba7dd7e8153258c26e5e325d0cc0 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 15 Jul 2019 14:36:45 -0700 Subject: [PATCH 1/2] Bump version --- plugin.json | 2 +- server/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index bb04fe1c5..9ae959186 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.mattermost.welcomebot", "name": "Welcome Bot", "description": "This plugin adds a WelcomeBot that helps add new users to channels.", - "version": "1.0.0", + "version": "1.0.1", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 7b23baa26..a85338c81 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "com.mattermost.welcomebot", - Version: "1.0.0", + Version: "1.0.1", } From 7453dc4a67ee0f2a19772b40fa9f31b1fd94bffb Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 16 Jul 2019 11:55:42 -0700 Subject: [PATCH 2/2] Actually... bump minor version. --- plugin.json | 2 +- server/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 9ae959186..9381ecb39 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.mattermost.welcomebot", "name": "Welcome Bot", "description": "This plugin adds a WelcomeBot that helps add new users to channels.", - "version": "1.0.1", + "version": "1.1.0", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index a85338c81..37e751162 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "com.mattermost.welcomebot", - Version: "1.0.1", + Version: "1.1.0", }