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 7a2d472 commit 4caf5ccCopy full SHA for 4caf5cc
plugin.json
@@ -2,7 +2,7 @@
2
"id": "com.mattermost.aws-sns",
3
"name": "AWS SNS",
4
"description": "Send alert notifications from Amazon AWS CloudWatch to Mattermost channels via AWS SNS.",
5
- "version": "1.0.1",
+ "version": "1.0.2",
6
"server": {
7
"executables": {
8
"linux-amd64": "server/dist/plugin-linux-amd64",
server/manifest.go
@@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "com.mattermost.aws-sns",
- Version: "1.0.1",
+ Version: "1.0.2",
9
}
0 commit comments