From 619082a825fbb28a07950b8fe75c1b69282578d0 Mon Sep 17 00:00:00 2001 From: kshitij katiyar <90389917+Kshitij-Katiyar@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:50:25 +0530 Subject: [PATCH] bump to 0.7.1 (#212) --- 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 10788f0e..7c0614b7 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.7.0", - "version": "0.7.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.7.1", + "version": "0.7.1", "min_server_version": "6.5.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 01b3efc7..07bb534f 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.7.0", - "version": "0.7.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.7.1", + "version": "0.7.1", "min_server_version": "6.5.0", "server": { "executables": { diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 3188c2da..bc48ec2d 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.7.0", - "version": "0.7.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.7.1", + "version": "0.7.1", "min_server_version": "6.5.0", "server": { "executables": {