From a2e5a7bbea3a6f89fbc1c24f3aac51f275ec2f09 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Wed, 29 Jul 2020 21:25:00 +0200 Subject: [PATCH] Bump version to v0.8.0 (#116) --- plugin.json | 4 ++-- server/manifest.go | 4 ++-- webapp/src/manifest.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.json b/plugin.json index c4e3446a..0086f9e2 100644 --- a/plugin.json +++ b/plugin.json @@ -5,8 +5,8 @@ "homepage_url": "https://github.com/mattermost/mattermost-plugin-demo", "support_url": "https://github.com/mattermost/mattermost-plugin-demo/issues", "icon_path": "assets/icon.svg", - "version": "0.7.0", - "min_server_version": "5.24.0", + "version": "0.8.0", + "min_server_version": "5.26.0", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64", diff --git a/server/manifest.go b/server/manifest.go index 2c15d1a0..8efa4344 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -18,8 +18,8 @@ const manifestStr = ` "homepage_url": "https://github.com/mattermost/mattermost-plugin-demo", "support_url": "https://github.com/mattermost/mattermost-plugin-demo/issues", "icon_path": "assets/icon.svg", - "version": "0.7.0", - "min_server_version": "5.24.0", + "version": "0.8.0", + "min_server_version": "5.26.0", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64", diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 8b62e927..e44857d4 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -8,8 +8,8 @@ const manifest = JSON.parse(` "homepage_url": "https://github.com/mattermost/mattermost-plugin-demo", "support_url": "https://github.com/mattermost/mattermost-plugin-demo/issues", "icon_path": "assets/icon.svg", - "version": "0.7.0", - "min_server_version": "5.24.0", + "version": "0.8.0", + "min_server_version": "5.26.0", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64",