diff --git a/plugin.json b/plugin.json index 34daafc8..beeea0e1 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "zoom", "name": "Zoom", "description": "Zoom audio and video conferencing plugin for Mattermost 5.2+.", - "version": "1.0.5", + "version": "1.0.6", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64", diff --git a/server/manifest.go b/server/manifest.go index 3bd8fdc0..00d17f2e 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "zoom", - Version: "1.0.5", + Version: "1.0.6", } diff --git a/webapp/package.json b/webapp/package.json index 122d0e64..6bd30c0b 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "zoom", - "version": "1.0.4", + "version": "1.0.6", "description": "Zoom audio and video conferencing plugin for Mattermost", "author": "Mattermost", "license": "Apache-2.0", diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 5f38a7d0..43dbbc6f 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -1,2 +1,2 @@ export const id = 'zoom'; -export const version = '1.0.5'; +export const version = '1.0.6';