From 5e4909b33a425494d48b923bbfd54acdf8deae9d Mon Sep 17 00:00:00 2001 From: Lev <1187448+levb@users.noreply.github.com> Date: Tue, 1 Oct 2019 10:59:21 -0700 Subject: [PATCH] Bumped version to 1.0.2 (#13) * Bumped version to 1.0.2 * PR feedback --- 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 678c1d8..4684955 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.mattermost.custom-attributes", "name": "Custom User Attributes", "description": "Add custom user attributes to the Mattermost user profile popover.", - "version": "1.0.1", + "version": "1.0.2", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64", diff --git a/server/manifest.go b/server/manifest.go index 8a3f467..5debdcb 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "com.mattermost.custom-attributes", - Version: "1.0.1", + Version: "1.0.2", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 18ccdbf..e2f0f66 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -1,2 +1,2 @@ export const id = 'com.mattermost.custom-attributes'; -export const version = '1.0.1'; +export const version = '1.0.2';