Skip to content

Commit

Permalink
Version bump to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller committed May 31, 2019
1 parent aff9eac commit f4b24e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "zoom",
Version: "1.0.5",
Version: "1.0.6",
}
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const id = 'zoom';
export const version = '1.0.5';
export const version = '1.0.6';

0 comments on commit f4b24e5

Please sign in to comment.