From 7069695da0c3d14ff449dd0abf8d6cdb261c0df9 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Tue, 15 Jun 2021 15:30:58 +0200 Subject: [PATCH] Bump version to 0.7.0 (#205) --- plugin.json | 4 ++-- server/manifest.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin.json b/plugin.json index 5e8b95fd6..0d2a6ccce 100644 --- a/plugin.json +++ b/plugin.json @@ -4,8 +4,8 @@ "description": "This plugin powers the Mattermost Apps Framework and is required for any Apps to run", "homepage_url": "https://mattermost.com/marketplace/app-framework", "support_url": "https://github.com/mattermost/mattermost-plugin-apps/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-apps/releases/tag/v0.6.0", - "version": "0.6.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-apps/releases/tag/v0.7.0", + "version": "0.7.0", "min_server_version": "5.35.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index b582d7978..221fde36e 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -17,8 +17,8 @@ const manifestStr = ` "description": "This plugin powers the Mattermost Apps Framework and is required for any Apps to run", "homepage_url": "https://mattermost.com/marketplace/app-framework", "support_url": "https://github.com/mattermost/mattermost-plugin-apps/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-apps/releases/tag/v0.6.0", - "version": "0.6.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-apps/releases/tag/v0.7.0", + "version": "0.7.0", "min_server_version": "5.35.0", "server": { "executables": {