From defab04d60e97f12b0345231cb051e14cf66d9c1 Mon Sep 17 00:00:00 2001 From: Jason Frerich Date: Fri, 8 Oct 2021 12:02:20 -0500 Subject: [PATCH] Bump version to 1.1.0 (#41) --- plugin.json | 2 +- server/manifest.go | 2 +- webapp/src/manifest.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index ccb8128..00ce79b 100644 --- a/plugin.json +++ b/plugin.json @@ -5,7 +5,7 @@ "homepage_url": "https://github.com/kosgrz/mattermost-plugin-bitbucket", "support_url": "https://github.com/kosgrz/mattermost-plugin-bitbucket/issues", "icon_path": "assets/icon.svg", - "version": "1.0.0", + "version": "1.1.0", "min_server_version": "5.25.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 2b9e2ca..8fa3ee1 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -18,7 +18,7 @@ const manifestStr = ` "homepage_url": "https://github.com/kosgrz/mattermost-plugin-bitbucket", "support_url": "https://github.com/kosgrz/mattermost-plugin-bitbucket/issues", "icon_path": "assets/icon.svg", - "version": "1.0.0", + "version": "1.1.0", "min_server_version": "5.25.0", "server": { "executables": { diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index c83b0ed..9df572c 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -8,7 +8,7 @@ const manifest = JSON.parse(` "homepage_url": "https://github.com/kosgrz/mattermost-plugin-bitbucket", "support_url": "https://github.com/kosgrz/mattermost-plugin-bitbucket/issues", "icon_path": "assets/icon.svg", - "version": "1.0.0", + "version": "1.1.0", "min_server_version": "5.25.0", "server": { "executables": {