diff --git a/plugin.json b/plugin.json index a51c4fa..529de25 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.1.0", + "version": "1.2.0", "min_server_version": "5.20.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 8558036..e6df261 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.1.0", + Version: "1.2.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 2a1a0f9..95d6d87 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.1.0'; +export const version = '1.2.0';