diff --git a/plugin.json b/plugin.json index debfe8ac..ffe5e91c 100644 --- a/plugin.json +++ b/plugin.json @@ -4,9 +4,9 @@ "description": "Zoom audio and video conferencing plugin for Mattermost.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-zoom", "support_url": "https://github.com/mattermost/mattermost-plugin-zoom/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-zoom/releases/tag/v1.5.1", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-zoom/releases/tag/v1.7.0", "icon_path": "assets/profile.svg", - "version": "1.5.1", + "version": "1.7.0", "min_server_version": "5.37.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 5dd708b9..1b71556e 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "zoom", - Version: "1.5.1", + Version: "1.7.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 4803b4d0..445c6972 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 = 'zoom'; -export const version = '1.5.1'; +export const version = '1.7.0';