diff --git a/plugin.json b/plugin.json index c85f249cb..06156ac2b 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.3", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v3.2.4", "icon_path": "assets/icon.svg", - "version": "3.2.3", + "version": "3.2.4", "min_server_version": "6.5.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index c9d208d19..3aa8c9e82 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "jira", - Version: "3.2.3", + Version: "3.2.4", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 1ba4f6522..7117c8ec0 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.3'; +export const version = '3.2.4';