Skip to content

Commit

Permalink
Revert plugin id back to jira (#11)
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
hanzei authored Dec 17, 2018
1 parent 528976c commit 5d4c845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "com.mattermost.jira",
"id": "jira",
"name": "Jira",
"description": "Receives webhook events from JIRA and makes Mattermost posts for them.",
"version": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ var manifest = struct {
Id string
Version string
}{
Id: "com.mattermost.jira",
Id: "jira",
Version: "1.0.2",
}

0 comments on commit 5d4c845

Please sign in to comment.