We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42854f commit 7aa6ce2Copy full SHA for 7aa6ce2
plugin.go
@@ -12,9 +12,9 @@ import (
12
// GetGotifyPluginInfo returns gotify plugin info
13
func GetGotifyPluginInfo() plugin.Info {
14
return plugin.Info{
15
- Version: "1.1",
16
- Author: "Anh Bui & Leko",
17
- Name: "Gotify 2 Telegram",
+ Version: "2.0",
+ Author: "Leko",
+ Name: "SNS Forwarder",
18
Description: "Forward Gotify messages to Telegram and Discord",
19
ModulePath: "https://github.com/lekoOwO/gotify2telegram",
20
}
0 commit comments