Browse Source

Revert Fundamental version decrement.

v1
Andrew Belt 5 years ago
parent
commit
ce01655f02
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      manifests/Fundamental.json

+ 5
- 3
manifests/Fundamental.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "Fundamental", "slug": "Fundamental",
"version": "1.0.0",
"version": "1.0.1",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"name": "Fundamental", "name": "Fundamental",
"brand": "VCV", "brand": "VCV",
@@ -17,7 +17,8 @@
"name": "VCO-1", "name": "VCO-1",
"description": "Voltage-controlled oscillator", "description": "Voltage-controlled oscillator",
"tags": [ "tags": [
"VCO"
"VCO",
"Polyphonic"
] ]
}, },
{ {
@@ -25,7 +26,8 @@
"name": "VCO-2", "name": "VCO-2",
"description": "Voltage-controlled oscillator", "description": "Voltage-controlled oscillator",
"tags": [ "tags": [
"VCO"
"VCO",
"Polyphonic"
] ]
}, },
{ {


Loading…
Cancel
Save