From 7a18cbe7dd5e673dca1c9745644fe0bab75bb500 Mon Sep 17 00:00:00 2001 From: Abhishek Verma <72438220+avas27JTG@users.noreply.github.com> Date: Fri, 16 Feb 2024 21:56:35 +0530 Subject: [PATCH] Bumped version to 1.3.0. (#83) --- plugin.json | 4 ++-- server/manifest.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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", }