From 43c3c30c6b587f4d9ff6ae61a6275704ca45c811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Fri, 17 Jul 2020 10:39:42 +0200 Subject: [PATCH] Bump version to 0.3.0 (#75) Co-authored-by: Ben Schumacher Co-authored-by: Mattermod --- plugin.json | 2 +- server/manifest.go | 2 +- webapp/src/manifest.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index 05499e76..8f0da94e 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "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", - "version": "0.2.0", + "version": "0.3.0", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 648666ec..8fd1bc8c 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "com.mattermost.plugin-todo", - Version: "0.2.0", + Version: "0.3.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index ef0f736d..78b13ddb 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -1,4 +1,4 @@ // This file is automatically generated. Do not modify it manually. export const id = 'com.mattermost.plugin-todo'; -export const version = '0.2.0'; +export const version = '0.3.0';