Skip to content

Commit 7aa6ce2

Browse files
committed
chore: modify plugin info
1 parent d42854f commit 7aa6ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import (
1212
// GetGotifyPluginInfo returns gotify plugin info
1313
func GetGotifyPluginInfo() plugin.Info {
1414
return plugin.Info{
15-
Version: "1.1",
16-
Author: "Anh Bui & Leko",
17-
Name: "Gotify 2 Telegram",
15+
Version: "2.0",
16+
Author: "Leko",
17+
Name: "SNS Forwarder",
1818
Description: "Forward Gotify messages to Telegram and Discord",
1919
ModulePath: "https://github.com/lekoOwO/gotify2telegram",
2020
}

0 commit comments

Comments
 (0)