diff --git a/plugin.json b/plugin.json index 603ccf2..94b8f36 100644 --- a/plugin.json +++ b/plugin.json @@ -4,9 +4,9 @@ "description": "Send alert notifications from Amazon AWS CloudWatch to Mattermost channels via AWS SNS.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-aws-SNS", "support_url": "https://github.com/mattermost/mattermost-plugin-aws-SNS/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-aws-SNS/releases/tag/v1.2.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-aws-SNS/releases/tag/v1.3.0", "icon_path": "assets/icon.svg", - "version": "1.2.0", + "version": "1.3.0", "min_server_version": "5.37.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index be7f21c..7e9097e 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -8,5 +8,5 @@ var manifest = struct { Version string }{ ID: "com.mattermost.aws-sns", - Version: "1.2.0", + Version: "1.3.0", }