Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 196fd6e

Browse files
committed
bump to 0.0.3
1 parent 86182a3 commit 196fd6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "statuspage",
33
"name": "StatusPage Notification",
44
"description": "This plugin receive the webhooks from StatusPage and post as a message in a channel.",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"server": {
77
"executables": {
88
"linux-amd64": "server/dist/plugin-linux-amd64",

server/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ var manifest = struct {
55
Version string
66
}{
77
Id: "statuspage",
8-
Version: "0.0.2",
8+
Version: "0.0.3",
99
}

0 commit comments

Comments
 (0)