diff --git a/plugin.json b/plugin.json index df891c8..ebfcf45 100644 --- a/plugin.json +++ b/plugin.json @@ -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", diff --git a/server/manifest.go b/server/manifest.go index e0de351..3d9f2e3 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "statuspage", - Version: "0.0.2", + Version: "0.0.3", }