diff --git a/plugin.json b/plugin.json index 433a5032..cba6c7f1 100644 --- a/plugin.json +++ b/plugin.json @@ -5,7 +5,7 @@ "homepage_url": "https://github.com/mattermost/mattermost-plugin-zoom", "support_url": "https://github.com/mattermost/mattermost-plugin-zoom/issues", "icon_path": "assets/profile.svg", - "version": "1.3.1", + "version": "1.4.0", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 9d5bb32d..4af4d6dd 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "zoom", - Version: "1.3.1", + Version: "1.4.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 013b2016..fd15ade5 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.3.1'; +export const version = '1.4.0';