Browse Source

Fix manifest version and license.

tags/v2.0.1
Andrew Belt 4 years ago
parent
commit
ec7d718926
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      LICENSE.md
  2. +2
    -2
      plugin.json

+ 1
- 1
LICENSE.md View File

@@ -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.



+ 2
- 2
plugin.json View File

@@ -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",


Loading…
Cancel
Save