diff --git a/plugin.json b/plugin.json index cbe930e..d9ffd40 100644 --- a/plugin.json +++ b/plugin.json @@ -4,9 +4,9 @@ "description": "Webex audio and video conferencing plugin for Mattermost.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-webex", "support_url": "https://github.com/mattermost/mattermost-plugin-webex/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-webex/releases/tag/v1.1.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-webex/releases/tag/v1.2.0", "icon_path": "assets/icon.svg", - "version": "1.1.0", + "version": "1.2.0", "min_server_version": "5.11.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index bac30c1..c7c1740 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "com.mattermost.webex", - Version: "1.1.0", + Version: "1.2.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 87ebb5e..733f3e5 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 = 'com.mattermost.webex'; -export const version = '1.1.0'; +export const version = '1.2.0';