Skip to content

Commit

Permalink
release 1.2.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister authored Jul 27, 2021
1 parent 928f1bf commit b167d51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ var manifest = struct {
Version string
}{
ID: "com.mattermost.webex",
Version: "1.1.0",
Version: "1.2.0",
}
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit b167d51

Please sign in to comment.