From e9247eec4282f95518c8133a3bf3d7aa7c7e5f7c Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Fri, 18 Sep 2020 08:08:24 +0200 Subject: [PATCH] Release v2.0.0-rc1 (#366) --- plugin.json | 2 +- server/plugin/manifest.go | 2 +- webapp/src/manifest.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index 92580aac5..d383bf76f 100644 --- a/plugin.json +++ b/plugin.json @@ -5,7 +5,7 @@ "homepage_url": "https://github.com/mattermost/mattermost-plugin-github", "support_url": "https://github.com/mattermost/mattermost-plugin-github/issues", "icon_path": "assets/icon.svg", - "version": "1.0.0", + "version": "2.0.0-rc1", "min_server_version": "5.25.0", "server": { "executables": { diff --git a/server/plugin/manifest.go b/server/plugin/manifest.go index f4b5cedb8..576bc4b8e 100644 --- a/server/plugin/manifest.go +++ b/server/plugin/manifest.go @@ -18,7 +18,7 @@ const manifestStr = ` "homepage_url": "https://github.com/mattermost/mattermost-plugin-github", "support_url": "https://github.com/mattermost/mattermost-plugin-github/issues", "icon_path": "assets/icon.svg", - "version": "1.0.0", + "version": "2.0.0-rc1", "min_server_version": "5.25.0", "server": { "executables": { diff --git a/webapp/src/manifest.ts b/webapp/src/manifest.ts index 47ae5b4a2..938185169 100644 --- a/webapp/src/manifest.ts +++ b/webapp/src/manifest.ts @@ -8,7 +8,7 @@ const manifest = JSON.parse(` "homepage_url": "https://github.com/mattermost/mattermost-plugin-github", "support_url": "https://github.com/mattermost/mattermost-plugin-github/issues", "icon_path": "assets/icon.svg", - "version": "1.0.0", + "version": "2.0.0-rc1", "min_server_version": "5.25.0", "server": { "executables": {