From 05bf60b1753ba2cabaf4192942099fa1f7a62ab8 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Mon, 6 Mar 2023 18:46:07 +0100 Subject: [PATCH] Bump version to 3.2.4 (#917) --- plugin.json | 4 ++-- server/manifest.go | 2 +- webapp/src/manifest.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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';