From fd35ae432b14d70e8931ce0261fc499b39bd3352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= <larkox@gmail.com> Date: Wed, 2 Sep 2020 12:10:58 +0200 Subject: [PATCH] Bump version to 1.3.0 (#48) --- 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 529de25..9bdcf1d 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "description": "Add custom user attributes to the Mattermost user profile popover.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-custom-attributes", "support_url": "https://github.com/mattermost/mattermost-plugin-custom-attributes/issues", - "version": "1.2.0", + "version": "1.3.0", "min_server_version": "5.20.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 9330054..f2aff2e 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "com.mattermost.custom-attributes", - Version: "1.2.0", + Version: "1.3.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 303bfab..2e3772a 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -1,4 +1,4 @@ // This file is automatically generated. Do not modify it manually. export const id = 'com.mattermost.custom-attributes'; -export const version = '1.2.0'; +export const version = '1.3.0';