Skip to content

Commit

Permalink
bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 22, 2019
1 parent 86182a3 commit 196fd6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Expand Up @@ -2,7 +2,7 @@
"id": "statuspage",
"name": "StatusPage Notification",
"description": "This plugin receive the webhooks from StatusPage and post as a message in a channel.",
"version": "0.0.2",
"version": "0.0.3",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Expand Up @@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "statuspage",
Version: "0.0.2",
Version: "0.0.3",
}

0 comments on commit 196fd6e

Please sign in to comment.