diff --git a/plugin.json b/plugin.json index 53483954c..51ffcc44d 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.0.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v3.1.0", "icon_path": "assets/icon.svg", - "version": "3.0.0", + "version": "3.1.0", "min_server_version": "5.26.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 3af03bf15..cb9226b1c 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "jira", - Version: "3.0.0", + Version: "3.1.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 8acd801e8..003bcbefb 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.0.0'; +export const version = '3.1.0';