Skip to content

Commit

Permalink
Preparing initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Dec 19, 2023
1 parent 891475f commit 414c538
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"slug": "sn-vcv",
"name": "sn-vcv",
"name": "sn",
"version": "2.0.0",
"license": "GPL-3.0-only",
"brand": "sn-vcv",
"author": "transcriptaze",
"authorEmail": "transcriptaze.development@gmail.com",
"authorUrl": "https://github.com/transcriptaze/snyth",
"authorUrl": "https://github.com/transcriptaze",
"pluginUrl": "https://github.com/transcriptaze/sn-vcv",
"manualUrl": "https://github.com/transcriptaze/sn-vcv/documentation/MANUAL.md",
"sourceUrl": "https://github.com/transcriptaze/sn-vcv",
Expand All @@ -15,7 +15,7 @@
"modules": [
{
"slug": "sn-vcv-vco",
"name": "sn-vcv-vco",
"name": "sn-vco",
"description": "sn experimental additive synthesizer VCO",
"tags": [
"VCO",
Expand All @@ -25,15 +25,15 @@
},
{
"slug": "sn-vcv-vcox",
"name": "sn-vcv-vcox",
"name": "sn-vcox",
"description": "sn experimental additive synthesizer VCO expander",
"tags": [
"Expander"
]
},
{
"slug": "sn-vcv-lfo",
"name": "sn-vcv-lfo",
"name": "sn-lfo",
"description": "sn experimental additive synthesizer LFO",
"tags": [
"Function generator",
Expand All @@ -43,7 +43,7 @@
},
{
"slug": "sn-vcv-lfox",
"name": "sn-vcv-lfox",
"name": "sn-lfox",
"description": "sn experimental additive synthesizer LFO expander",
"tags": [
"Expander"
Expand Down

0 comments on commit 414c538

Please sign in to comment.