diff --git a/plugin.json b/plugin.json index ca129c9..439714a 100644 --- a/plugin.json +++ b/plugin.json @@ -6,7 +6,7 @@ "support_url": "https://github.com/mattermost/mattermost-plugin-confluence/issues", "release_notes_url": "https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0", "icon_path": "assets/icon.svg", - "version": "1.2.0", + "version": "1.3.0", "min_server_version": "5.26.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 238d769..398d5ec 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -19,7 +19,7 @@ const manifestStr = ` "support_url": "https://github.com/mattermost/mattermost-plugin-confluence/issues", "release_notes_url": "https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0", "icon_path": "assets/icon.svg", - "version": "1.2.0", + "version": "1.3.0", "min_server_version": "5.26.0", "server": { "executables": { diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 4ab20da..1538cd9 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -9,7 +9,7 @@ const manifest = JSON.parse(` "support_url": "https://github.com/mattermost/mattermost-plugin-confluence/issues", "release_notes_url": "https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0", "icon_path": "assets/icon.svg", - "version": "1.2.0", + "version": "1.3.0", "min_server_version": "5.26.0", "server": { "executables": {