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';