diff --git a/plugin.json b/plugin.json index b4a91d5dc..228447f34 100644 --- a/plugin.json +++ b/plugin.json @@ -4,9 +4,9 @@ "description": "Atlassian Jira plugin for Mattermost.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-jira", "support_url": "https://github.com/mattermost/mattermost-plugin-jira/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v3.2.1", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v3.2.2", "icon_path": "assets/icon.svg", - "version": "3.2.1", + "version": "3.2.2", "min_server_version": "6.5.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 00cf519a1..ff764f091 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "jira", - Version: "3.2.1", + Version: "3.2.2", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 21a0c314c..9fbaea525 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 = 'jira'; -export const version = '3.2.1'; +export const version = '3.2.2';