From 42e4f42ed976eb446e547f1da3f4b260382b1d21 Mon Sep 17 00:00:00 2001 From: Michael Kochell <6913320+mickmister@users.noreply.github.com> Date: Mon, 21 Feb 2022 13:19:47 -0500 Subject: [PATCH] Release bump 0.5.1 (#159) --- plugin.json | 4 ++-- server/manifest.go | 4 ++-- webapp/src/manifest.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.json b/plugin.json index 45e2777d..a48aa7e4 100644 --- a/plugin.json +++ b/plugin.json @@ -4,8 +4,8 @@ "description": "This plugin makes it easy to keep track of Todo issues and get daily reminders.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-todo", "support_url": "https://github.com/mattermost/mattermost-plugin-todo/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.5.0", - "version": "0.5.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.5.1", + "version": "0.5.1", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index e264755b..ac74e531 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -17,8 +17,8 @@ const manifestStr = ` "description": "This plugin makes it easy to keep track of Todo issues and get daily reminders.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-todo", "support_url": "https://github.com/mattermost/mattermost-plugin-todo/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.5.0", - "version": "0.5.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.5.1", + "version": "0.5.1", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index c12cf294..35e35082 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -7,8 +7,8 @@ const manifest = JSON.parse(` "description": "This plugin makes it easy to keep track of Todo issues and get daily reminders.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-todo", "support_url": "https://github.com/mattermost/mattermost-plugin-todo/issues", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.5.0", - "version": "0.5.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.5.1", + "version": "0.5.1", "min_server_version": "5.12.0", "server": { "executables": {