From b8ba53ae3a9ce0bbd891925c4d03acc1501b7233 Mon Sep 17 00:00:00 2001 From: Hossein Ahmadian-Yazdi Date: Thu, 19 Dec 2019 08:00:50 -0500 Subject: [PATCH] Bumped version to 1.1.0 (#16) * Bumped version to 1.0.3 * Bump version to 1.1.0 --- 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 4684955..bfcf3fd 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.2", + "version": "1.1.0", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64", diff --git a/server/manifest.go b/server/manifest.go index 5debdcb..8558036 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.2", + Version: "1.1.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index e2f0f66..2a1a0f9 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.2'; +export const version = '1.1.0';