From aa44d3bee42bf20eb3fc9151cf6f833e4092c179 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Sat, 17 Apr 2021 09:17:03 +0200 Subject: [PATCH] Release v2.0.1 (#436) --- plugin.json | 4 ++-- server/plugin/manifest.go | 4 ++-- webapp/src/manifest.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.json b/plugin.json index 21a51f382..1860f63fc 100644 --- a/plugin.json +++ b/plugin.json @@ -4,9 +4,9 @@ "description": "GitHub plugin for Mattermost.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-github", "support_url": "https://github.com/mattermost/mattermost-plugin-github/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.1", "icon_path": "assets/icon.svg", - "version": "2.0.0", + "version": "2.0.1", "min_server_version": "5.25.0", "server": { "executables": { diff --git a/server/plugin/manifest.go b/server/plugin/manifest.go index 27a6ca050..6c73b995d 100644 --- a/server/plugin/manifest.go +++ b/server/plugin/manifest.go @@ -17,9 +17,9 @@ const manifestStr = ` "description": "GitHub plugin for Mattermost.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-github", "support_url": "https://github.com/mattermost/mattermost-plugin-github/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.1", "icon_path": "assets/icon.svg", - "version": "2.0.0", + "version": "2.0.1", "min_server_version": "5.25.0", "server": { "executables": { diff --git a/webapp/src/manifest.ts b/webapp/src/manifest.ts index 28e6cd10f..8e9e0792f 100644 --- a/webapp/src/manifest.ts +++ b/webapp/src/manifest.ts @@ -7,9 +7,9 @@ const manifest = JSON.parse(` "description": "GitHub plugin for Mattermost.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-github", "support_url": "https://github.com/mattermost/mattermost-plugin-github/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.0.1", "icon_path": "assets/icon.svg", - "version": "2.0.0", + "version": "2.0.1", "min_server_version": "5.25.0", "server": { "executables": {