From 52a586ecaaef274e0ef339b74743f8aba73c0469 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 23 May 2026 00:25:50 +0000 Subject: for 0.1.0-pre --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index c391e98..f3f6d1b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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]) } -- cgit v1.2.3