Skip to content

Commit

Permalink
Change plugin id to zoom (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored and jwilander committed Dec 5, 2018
1 parent 1779e10 commit ddb6c18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion plugin.json
@@ -1,5 +1,5 @@
{
"id": "com.mattermost.zoom",
"id": "zoom",
"name": "Zoom",
"description": "Zoom audio and video conferencing plugin for Mattermost 5.2+.",
"version": "1.0.2",
Expand Down
5 changes: 1 addition & 4 deletions server/manifest.go
@@ -1,12 +1,9 @@
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License for license information.

package main

var manifest = struct {
Id string
Version string
}{
Id: "com.mattermost.zoom",
Id: "zoom",
Version: "1.0.2",
}
5 changes: 1 addition & 4 deletions webapp/src/manifest.js
@@ -1,5 +1,2 @@
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License for license information.

export const id = 'com.mattermost.zoom';
export const id = 'zoom';
export const version = '1.0.2';

0 comments on commit ddb6c18

Please sign in to comment.