Skip to content

Commit 4caf5cc

Browse files
authored
Bump version (#24)
1 parent 7a2d472 commit 4caf5cc

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": "com.mattermost.aws-sns",
33
"name": "AWS SNS",
44
"description": "Send alert notifications from Amazon AWS CloudWatch to Mattermost channels via AWS SNS.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
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: "com.mattermost.aws-sns",
8-
Version: "1.0.1",
8+
Version: "1.0.2",
99
}

0 commit comments

Comments
 (0)