Skip to content

Commit

Permalink
Bump version v1.7.0. (#322)
Browse files Browse the repository at this point in the history
* Bump version v2.0.0.

* Bump version v1.7.0.

* Updated release note url.

---------

Co-authored-by: Raghav Aggarwal <[email protected]>
  • Loading branch information
avas27JTG and raghavaggarwal2308 committed Feb 23, 2024
1 parent e8dfd09 commit 8034413
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": "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": {
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: "zoom",
Version: "1.5.1",
Version: "1.7.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 = 'zoom';
export const version = '1.5.1';
export const version = '1.7.0';

0 comments on commit 8034413

Please sign in to comment.