From ec7d7189262af252ac7c7671747a53a6ee93bc21 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 31 Jan 2021 17:39:06 -0500 Subject: [PATCH] Fix manifest version and license. --- LICENSE.md | 2 +- plugin.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index de90949..3e5149a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -All **source code** is copyright © 2016-2020 Andrew Belt. +All **source code** is copyright © 2016-2021 Andrew Belt. This program is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) as published by the [Free Software Foundation](https://www.fsf.org/), either version 3 of the License, or (at your option) any later version. diff --git a/plugin.json b/plugin.json index 46bf143..9163251 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "Fundamental", - "version": "1.4.0", - "license": "GPL-3.0-only", + "version": "2.0.0", + "license": "GPL-3.0-or-later", "name": "Fundamental", "brand": "VCV", "author": "VCV",