diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-23 00:25:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-23 00:25:50 +0000 |
| commit | 52a586ecaaef274e0ef339b74743f8aba73c0469 (patch) | |
| tree | c99c316b798a9473851e0ea139aec6eff681a231 /src/lib.rs | |
| parent | d8464ffdca706fe215b8a0a94d148a9244142067 (diff) | |
for 0.1.0-pre
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ impl DefaultPluginFactory for RetainPlugin { fn get_descriptor() -> PluginDescriptor { PluginDescriptor::new("com.haemolacriaa.retain", "Retain") .with_description("Retains only the nth largest magnitude frequencies in the signal") - .with_version("0.1.0") + .with_version("0.1.0-pre") .with_vendor("haemolacriaa") .with_features([AUDIO_EFFECT, STEREO]) } |
