Skip to content

Commit 5df27bb

Browse files
committed
Set version to v0.2.0
1 parent 6e6d472 commit 5df27bb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

NeuralRack.png

-1.13 KB
Loading

NeuralRack/clap/NeuralRackClap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ static const clap_plugin_descriptor_t neuralrack_descriptor = {
456456
.url = "https://github.com/brummer10/NeuralRack",
457457
.manual_url = "https://github.com/brummer10/NeuralRack",
458458
.support_url = "https://github.com/brummer10/NeuralRack",
459-
.version = "0.1.9",
459+
.version = "0.2.0",
460460
.description = "CLAP plugin wrapper for NeuralRack",
461461
.features = (const char *[]){ CLAP_PLUGIN_FEATURE_AUDIO_EFFECT, NULL },
462462
};

NeuralRack/lv2/NeuralRack.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ nrack:irfile1
107107
opts:supportedOption bufsz:maxBlockLength ;
108108
lv2:extensionData work:interface ,
109109
state:interface ;
110-
lv2:minorVersion 1 ;
111-
lv2:microVersion 9 ;
110+
lv2:minorVersion 2 ;
111+
lv2:microVersion 0 ;
112112

113113
guiext:ui <urn:brummer:neuralrack_ui> ;
114114

0 commit comments

Comments
 (0)