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 f877fc9 commit 078baa8Copy full SHA for 078baa8
plugin.json
@@ -5,7 +5,7 @@
5
"homepage_url": "https://github.com/mattermost/mattermost-plugin-aws-SNS/",
6
"support_url": "https://github.com/mattermost/mattermost-plugin-aws-SNS/issues",
7
"icon_path": "assets/icon.svg",
8
- "version": "1.0.2",
+ "version": "1.1.0",
9
"min_server_version": "5.2.0",
10
"server": {
11
"executables": {
server/manifest.go
@@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "com.mattermost.aws-sns",
- Version: "1.0.2",
+ Version: "1.1.0",
}
0 commit comments