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",